Esempio n. 1
0
 private void InitComBox()
 {
     if (!this.DesignMode)
     {
         BindingHelper.BindCars(this.cbHmhp);
     }
 }
Esempio n. 2
0
 private void InitComBox()
 {
     if (!this.DesignMode)
     {
         BindingHelper.BindCars(this.cbHmhp);
         FT.Windows.CommonsPlugin.DictManager.BindCarFeeType(this.cbFeeType);
     }
 }
Esempio n. 3
0
 private void InitComBox()
 {
     if (!this.DesignMode)
     {
         BindingHelper.BindCars(this.cbHmhp);
         FT.Windows.CommonsPlugin.DictManager.BindCarType(this.cbCarType);
     }
     //this.cbSex.SelectedIndex = 0;
 }