I have an enum that,
public enum Region {
euw,
na,
br,
lan,
ru,
oce,
tr,
jap,
}
The thing is that I would like to show the first 7 elements, or what is the same, all except the last one.
Currently with
comboBox1.DataSource = Enum.GetVa...
asked by
13.08.2018 / 09:59