Exemplo n.º 1
0
 public Orbsmash() : base(windowTitle: "Orbsmash")
 {
     self = this;
 }
Exemplo n.º 2
0
 static void Main()
 {
     using (var game = new Orbsmash())
         game.Run();
 }