private void InitializeSystem() { system = new StudentExamScoreSys(); system.FormClosed += delegate { this.Show(); ResetLabels(); ClearAllInputs(); ActiveControl = LoginPanel; }; }
public InputValidator(StudentExamScoreSys system) { this.system = system; }
public void SetSystem(StudentExamScoreSys system) { this.system = system; }