コード例 #1
0
ファイル: Program.cs プロジェクト: SelDanilEv/OOP_Lab3
 public static void Output(Student std)
 {
     Console.WriteLine();
     Console.WriteLine(std.ToString());
     Console.WriteLine(std.GetYeap());
 }