private void Form1_Load(object sender, EventArgs e) { gameMain = new GameMain(this); gameMain.Start(); }