Esempio n. 1
0
 public virtual void SetComboBoxSelectedIndex(ComboBox Object, Int32 Value)
 {
     if (this.InvokeRequired)
     {
         SetComboBoxSelectedIndexDelegate dele = new SetComboBoxSelectedIndexDelegate(SetComboBoxSelectedIndex2);
         this.Invoke(dele, new object[] { Object, Value });
     }
     else
     {
         SetComboBoxSelectedIndex2(Object, Value);
     }
 }
Esempio n. 2
0
 public virtual void SetComboBoxSelectedIndex(ComboBox Object, Int32 Value)
 {
     if (this.InvokeRequired)
     {
         SetComboBoxSelectedIndexDelegate dele = new SetComboBoxSelectedIndexDelegate(SetComboBoxSelectedIndex2);
         this.Invoke(dele, new object[] { Object, Value });
     }
     else
     {
         SetComboBoxSelectedIndex2(Object, Value);
     }
 }