Exemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     random = new Random();
     stars = new Stars(ClientRectangle);
     game = Game.GetInstance();
     game.setClientRectangle(ClientRectangle);
     game.NextWave();
 }