H
Hrvoje Voda
I would like to fill combo box with a string.
I call this function but nothing is placed in it.
string UserName = "something";
comboBoxMembers.Items.Add(UserName);
I call this function but nothing is placed in it.
string UserName = "something";
comboBoxMembers.Items.Add(UserName);