Ejemplo n.º 1
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);
            }
        }
Ejemplo n.º 2
0
 public UserLoginFirstForm()
 {
     InitializeComponent();
     DictManager.BindCarType(this.cbLearnCar);
     this.cbLearnCar.Text = "C1";
 }