コード例 #1
0
ファイル: Form1.cs プロジェクト: Rupesh87/ConsoleFor9Am
 private void InputProcessing()
 {
     student = new Students(textBox1.Text, int.Parse(textBox2.Text), this.Sub);
 }