G
Gabriël
Hi Folks,
I've tried to do the following:
public enum AssetType { Requested, InOrder, Received, InPlace, Gone };
(...)
dropAssetType.DataSource = Enum.GetValues(AssetType);
(...)
For some reason this get get compiled, since it says that AssetType is a
class, while a variable is expected,
Any suggestions woulde be appreciated!
Greets,
Gab
I've tried to do the following:
public enum AssetType { Requested, InOrder, Received, InPlace, Gone };
(...)
dropAssetType.DataSource = Enum.GetValues(AssetType);
(...)
For some reason this get get compiled, since it says that AssetType is a
class, while a variable is expected,
Any suggestions woulde be appreciated!
Greets,
Gab