예제 #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     game = new AbstractGame(this);
     game.start();
 }