示例#1
0
        public FormMain_old()
        {
            InitializeComponent();
            _mBDirty        = false;
            _mBIsWatching   = false;
            lblVersion.Text = StringHelper.GetRunningVersion();
            Ultils.RegisterInStartup(true, Application.ExecutablePath);
            com = new CommunicationManager();
            _inspectionStationsService           = new INSPECTION_STATIONS_Service();
            _scanningLogsService                 = new SCANNING_LOGS_Service();
            _inspectionProcessesService          = new INSPECTION_PROCESSES_Service();
            _inspectionProcessesDesignersService = new INSPECTION_PROCEDURE_DESIGNERS_Service();
            _workOrderItemService                = new WORK_ORDER_ITEMS_Service();

            LoadDataGridLookUpEditINSPECTION_STATIONS();
        }