Beispiel #1
0
 public static void Main(string[] args)
 {
     using (var app = new TheGameOfLife()) {
         app.Run();
     }
 }
Beispiel #2
0
 public static void Main(string[] args)
 {
     using (var app = new TheGameOfLife()) {
         app.Run();
     }
 }