سلام ، ببین با این کارت راه میفته...
if (comboBox1.Items.Count == 0)
{
MessageBox.Show("not found item");
}
else
{
MessageBox.Show("find");
}
comboBox1.Items.Add("salam");
سلام ، ببین با این کارت راه میفته...
if (comboBox1.Items.Count == 0)
{
MessageBox.Show("not found item");
}
else
{
MessageBox.Show("find");
}
comboBox1.Items.Add("salam");