Example #1
0
 /// <summary>
 /// Initialize the form, loading, assembling, and outputting the error message.
 /// </summary>
 /// <param name="errorMessage"></param>
 public frmError(frmClass classForm, string errorMessage, string solutionMessage)
 {
     InitializeComponent();
     ErrorMessage(errorMessage, solutionMessage);
     LabelPosition();
     this.classForm = classForm;
 }
 public Student(frmClass classForm)
 {
     this.classForm = classForm;
 }