Exemple #1
0
 private void InputProcessing()
 {
     student = new Students(textBox1.Text, int.Parse(textBox2.Text), this.Sub);
 }