Exemplo n.º 1
0
        /// <summary>
        /// 初始化
        /// </summary>
        public MaintenanceInfo()
        {
            InitializeComponent();

            this._codeMasterBL = MasterBLLFactory.GetBLL<ICodeMasterBL>(MasterBLLFactory.CodeMaster_cmt);
            this._ListColumnsMoasterBL = MasterBLLFactory.GetBLL<IListColumnsMasterBL>(MasterBLLFactory.ListColumnsMaster);
            this._generalBL = GeneralBLLFactory.GetBLL<IGeneralBL>(GeneralBLLFactory.General);
            this._maintainOperationMasterBL = MasterBLLFactory.GetBLL<IMaintainOperationMasterBL>(MasterBLLFactory.MaintainOperationMaster);
            this._lisPrinterType = new List<CodeMaster_cmt_Info>();
        }
Exemplo n.º 2
0
 public PrepareJob()
 {
     InitializeComponent();
     this.lvInfo.Font = ControlSetting.ListFont;
     this._codeMasterBL = MasterBLLFactory.GetBLL<ICodeMasterBL>(MasterBLLFactory.CodeMaster_cmt);
     this._listColumnsMoasterBL = MasterBLLFactory.GetBLL<IListColumnsMasterBL>(MasterBLLFactory.ListColumnsMaster);
     this._generalBL = GeneralBLLFactory.GetBLL<IGeneralBL>(GeneralBLLFactory.General);
     this._prepareProjectMasterBL = MasterBLLFactory.GetBLL<IPrepareProjectMasterBL>(MasterBLLFactory.PrepareProjectMaster_ppm);
     this._lisPrinterType = new List<CodeMaster_cmt_Info>();
 }