Beispiel #1
0
 private static void Main()
 {
     using (var game = new NogardGame())
     {
         game.Run();
     }
 }
Beispiel #2
0
 public Form1(NogardGame game)
 {
     this.game = game;
     InitializeComponent();
 }