public Form1() { this.DoubleBuffered = true; InitializeComponent(); formSize = new FormGridSize(this); NewGame(); }