Topics

Forum Topics not found

Replies

starksl
12 Nov 2015, 15:08

Is great. Something as:
public enum Days
{
Pondeli,
Utery,
Streda,
Ctvrtek,
Patek,
Sobota,
Nedele
}

[Parameter(DefaultValue = 0.0)]
public Days Test { get; set; }


@starksl