Пример #1
0
        public frmGreigeMeasurementSel(String Depts)
        {
            InitializeComponent();

            repo = new KnitRepository();

            core = new Util();

            _Depts = Depts;

            this.cmboQuality.CheckStateChanged   += new System.EventHandler(this.cmboGreigeProduct_CheckStateChanged);
            this.cmboOperators.CheckStateChanged += new EventHandler(this.cmboMachineOperators_CheckStateChanged);
            this.cmboMachines.CheckStateChanged  += new System.EventHandler(this.cmboMachines_CheckStateChanged);
        }
Пример #2
0
 private void frmYarnReceiptTrans_Load(object sender, EventArgs e)
 {
     FormLoaded = false;
     repo       = new KnitRepository();
     FormLoaded = true;
 }