Exemplo n.º 1
0
        public FrmMorbidityTest(MorbidityTest morbidityTest, LqtMainWindowForm MdiParentForm)
        {
            this._morbidityTest = morbidityTest;
            this._mdiParentForm = MdiParentForm;
            this._products = DataRepository.GetAllProductByClassOfTest(_morbidityTest.ClassOfTest);

            InitializeComponent();
                    LoadSiteListView();

            lqtToolStrip1.SaveAndCloseClick += new EventHandler(lqtToolStrip1_SaveAndCloseClick);
            lqtToolStrip1.SaveAndNewClick += new EventHandler(lqtToolStrip1_SaveAndNewClick);

            PopInstrument();
            BindMorbidityTest();
        }
Exemplo n.º 2
0
        public FrmMorbidityTest(MorbidityTest morbidityTest, LqtMainWindowForm MdiParentForm)
        {
            this._morbidityTest = morbidityTest;
            this._mdiParentForm = MdiParentForm;
            this._products      = DataRepository.GetAllProductByClassOfTest(_morbidityTest.ClassOfTest);


            InitializeComponent();
            LoadSiteListView();

            lqtToolStrip1.SaveAndCloseClick += new EventHandler(lqtToolStrip1_SaveAndCloseClick);
            lqtToolStrip1.SaveAndNewClick   += new EventHandler(lqtToolStrip1_SaveAndNewClick);

            PopInstrument();
            BindMorbidityTest();
        }