예제 #1
0
        protected void InitChargeUpForm()
        {
            bllBXD         = new MRS.BLL.BXD();
            bllAccountBook = new MRS.BLL.AccountBook();

            ShowCashier += new ShowAccountDelegate(Show_Cashier);
        }
예제 #2
0
파일: BxMain.cs 프로젝트: cobelee/mrs
        public BxMain()
        {
            InitializeComponent();

            ShowAccountant  += new ShowAccountDelegate(Show_Account);
            this.YbhChanged += new EventHandler(BxMain_YbhChanged);
            tabWorkSpace.TabPages.Clear();
            ActiveTabBxdList();
        }
예제 #3
0
파일: BXForm.cs 프로젝트: cobelee/mrs
        public void InitBXForm()
        {
            ShowAccountant += new ShowAccountDelegate(ShowAccountantName);

            //绑定医保年度下拉控件数据
            cbbMPeriod_DataBind();
            this.splitContainer1.Panel2Collapsed = true;


            this.FormClosing += new FormClosingEventHandler(Check_Can_Close);

            tbYBH.Select();
        }
예제 #4
0
파일: MDIMain.cs 프로젝트: cobelee/mrs
 public MDIMain()
 {
     InitializeComponent();
     ShowCashier += new ShowAccountDelegate(Show_Cashier);
 }
예제 #5
0
 public MRModule()
 {
     InitializeComponent();
     ShowAccountant += new ShowAccountDelegate(Show_Account);
 }