예제 #1
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();
 }
예제 #2
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();
 }