コード例 #1
0
ファイル: Program.cs プロジェクト: tbacavuz/Car-Record
 static void showall()
 {
     Console.WriteLine(listVehicles.ToString()); //Prints All
 }