Esempio n. 1
0
 private void Form1_Resize(object sender, EventArgs e)
 {
     try
     {
         localEngine.resizeGameCanvas(this.Width, this.Height);
     }
     catch (Exception)
     {
     }
 }