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(); }