コード例 #1
0
ファイル: Program.cs プロジェクト: comeaucar/EventSystem
 public static void viewEvents()
 {
     Console.Clear();
     Console.WriteLine(eCoord.eventList());
     Console.WriteLine("\nPress any key to continue return to the main menu.");
     Console.ReadKey();
 }