Exemplo n.º 1
0
 private void InitComBox()
 {
     if (!this.DesignMode)
     {
         BindingHelper.BindCars(this.cbHmhp);
         FT.Windows.CommonsPlugin.DictManager.BindCarFeeType(this.cbFeeType);
     }
 }
Exemplo n.º 2
0
 private void InitComBox()
 {
     if (!this.DesignMode)
     {
         BindingHelper.BindCars(this.cbHmhp);
         FT.Windows.CommonsPlugin.DictManager.BindCarType(this.cbCarType);
     }
     //this.cbSex.SelectedIndex = 0;
 }
Exemplo n.º 3
0
        private void InitComBox()
        {
            if (!this.DesignMode)
            {
                BindingHelper.BindOwner(this.cbOwnerIdValue);
                DictManager.BindCarType(this.cbCarType);
                DictManager.BindCarPinPai(this.cbPinPai);
                DictManager.BindCarState(this.cbState);
                DictManager.BindCarColorDynamic(this.cbFirstColor);
                DictManager.BindCarColorDynamic(this.cbSecondColor);

                DictManager.BindCarColorDynamic(this.cbThirdColor);
            }
        }