Example #1
0
        internal void Initialize()
        {
            this.ledClock.DateTime = XContext.CurrentTime;

            DataBindHelper.BindDrugTypeCmbBox2(this.cbxType);

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

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

            DataBindHelper.BindDrugTypeCmbBox2(this.cbxType);
        }
Example #5
0
 private void BindDrugType()
 {
     DataBindHelper.BindDrugTypeCmbBox3(this.cbxType);
 }