Beispiel #1
0
        public WorkingMan()
        {
            InitializeComponent();
            this.lvInfo.Font = ControlSetting.ListFont;

            this._StaffInfoMasterBL = MasterBLLFactory.GetBLL<IStaffInfoMasterBL>(MasterBLLFactory.StaffInfoMaster_sim);
        }
        private string _StaffNo; //工號

        #endregion Fields

        #region Constructors

        public WorkingManAppSetting()
        {
            InitializeComponent();
            this._MachineMasterBL = new MachineMasterBL();
            this._StaffInfoMasterBL = new BLL.Impl.HBPMS.Master.StaffInfoMasterBL();
            this._isChanged = false;
            //todo: 需初始化用戶信息
            if (base.UserInformation == null)
            {
                base.UserInformation = new Model.SysMaster.Sys_UserMaster_usm_Info();
                base.UserInformation.usm_cUserLoginID = "sys";
            }
        }