Пример #1
0
 private void NewGameForm_Load(object sender, EventArgs e)
 {
     sizeForm = new Size(ClientSize.Width, ClientSize.Height);
     g = CreateGraphics();
     act = new ActGameForm(this);
     BackgroundImage = act.GetDefaultMap();
     InitImage();
 }