Ejemplo n.º 1
0
        internal void Initialize()
        {
            this.ledClock.DateTime = XContext.CurrentTime;

            DataBindHelper.BindDrugTypeCmbBox2(this.cbxType);

            drugChangePriceList = new List <CPrice>();
            updateStoreList     = new List <Store>();
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Ò©Æ·ÀàÐÍ
        /// </summary>
        private void LoadDrugType()
        {
            DataBindHelper.BindDrugTypeCmbBox2(this.cbxType);

            this.cbxType.SelectedIndexChanged += new EventHandler(cbxType_SelectedIndexChanged);
        }
Ejemplo n.º 3
0
 internal void LoadBaseData()
 {
     //药品类型
     DataBindHelper.BindDrugTypeCmbBox2(this.cbxType);
     this.cbxType.SelectedIndexChanged += new EventHandler(cbxType_SelectedIndexChanged);
 }
Ejemplo n.º 4
0
        internal void Initialize()
        {
            this.ledClock.DateTime = XContext.CurrentTime;

            DataBindHelper.BindDrugTypeCmbBox2(this.cbxType);
        }
Ejemplo n.º 5
0
 private void BindDrugType()
 {
     DataBindHelper.BindDrugTypeCmbBox3(this.cbxType);
 }