Beispiel #1
0
 public MDTestLoader(pBaseEntities GlobalEntities, TwoButtonsControl Control)
 {
     _ge      = GlobalEntities;
     _ktc     = Control;
     _answers = new MDAnswers(_ge);
     arg      = new TestDoneEventArgs();
 }
Beispiel #2
0
 public KettellATestLoader(pBaseEntities GlobalEntities, ThreeButtonsControl Control)
 {
     _ge = GlobalEntities;
         _ktc = Control;
         _answers = new KettellAnswers(_ge);
         arg = new TestDoneEventArgs();
 }
Beispiel #3
0
 public NPNTestLoader(pBaseEntities GlobalEntities, TwoButtonsControl Control)
 {
     _ge = GlobalEntities;
         _ktc = Control;
         _answers = new LAnswers(_ge);
         arg = new TestDoneEventArgs();
 }
Beispiel #4
0
 public KettellATestLoader(pBaseEntities GlobalEntities, ThreeButtonsControl Control)
 {
     _ge      = GlobalEntities;
     _ktc     = Control;
     _answers = new KettellAnswers(_ge);
     arg      = new TestDoneEventArgs();
 }
Beispiel #5
0
 public TestPnn(pBaseEntities ge, fBaseEntities fe, bool IsAlone)
 {
     arg     = new TestDoneEventArgs();
     _ge     = ge;
     _fe     = fe;
     _alone  = IsAlone;
     _tstfrm = new TestPnnForm();
 }
Beispiel #6
0
 public TestPnn(pBaseEntities ge, fBaseEntities fe, bool IsAlone)
 {
     arg = new TestDoneEventArgs();
        _ge = ge;
        _fe = fe;
        _alone = IsAlone;
        _tstfrm = new TestPnnForm();
 }
Beispiel #7
0
 public TestD(pBaseEntities ge, fBaseEntities fe,bool  IsAlone)
 {
     arg = new TestDoneEventArgs();
     _ge = ge;
     _fe = fe;
     _alone = IsAlone;
     tkf = new TestDForm(_ge);
     tkf.etc_end.btn_savedata.Click += new EventHandler(btn_savedata_Click);
     tkf.etc_end.btn_exit.Click += new EventHandler(btn_exit_Click);
 }
Beispiel #8
0
 public TestKettellA(pBaseEntities ge, fBaseEntities fe, bool IsAlone)
 {
     arg    = new TestDoneEventArgs();
     _ge    = ge;
     _fe    = fe;
     _alone = IsAlone;
     tkf    = new TestKettellAForm(_ge);
     tkf.etc_end.btn_savedata.Click += new EventHandler(btn_savedata_Click);
     tkf.etc_end.btn_exit.Click     += new EventHandler(btn_exit_Click);
 }
Beispiel #9
0
 public TestContrasts(fBaseEntities fe)
 {
     _fe = fe;
     _contrastsform = new TestContrastsForm();
     _startcontrol = new StartTestControl();
     _parentpanel = new Panel();
     _childpanel = new Panel();
     _contrastcontrol = new ContrastsControl();
     _endtestcontrol = new EndTestControl();
     _answers = new ContrastsAnswers();
     arg = new TestDoneEventArgs();
 }
Beispiel #10
0
 public TestContrasts(fBaseEntities fe)
 {
     _fe              = fe;
     _contrastsform   = new TestContrastsForm();
     _startcontrol    = new StartTestControl();
     _parentpanel     = new Panel();
     _childpanel      = new Panel();
     _contrastcontrol = new ContrastsControl();
     _endtestcontrol  = new EndTestControl();
     _answers         = new ContrastsAnswers();
     arg              = new TestDoneEventArgs();
 }