コード例 #1
0
 //显示数据
 private void FrmPatCostUpdate_Load(object sender, EventArgs e)
 {
     this.cbdate.Checked = true;
     this.llabrush_LinkClicked(null, null);
     controller = new CostUpdateController(this, currentUser.EmployeeID.ToString(), currentUser.Name);
     controller.BackUpdateType += new Action.CostUpdateController.BackUpdateTypeEvent(costUpdate_BackUpdateType);
     Clear();
 }
コード例 #2
0
        public FrmPatCostUpdate()
        {
            InitializeComponent();

            controller = new CostUpdateController(this);

            base.HIS_DoubleClick += new lvPatList_DoubleClickEvent(FrmPatCostUpdate_HIS_DoubleClick);
            this.UT = UpdateType.无效;

            controller.BackUpdateType += new HIS_ZYManager.Action.CostUpdateController.BackUpdateTypeEvent(costUpdate_BackUpdateType);
            Clear();
        }
コード例 #3
0
 public FrmShowPatInfo(CostUpdateController _controller)
 {
     InitializeComponent();
     Controller          = _controller;
     Controller.Ipatinfo = this;
 }