Пример #1
0
 public Program(int width, int height)
 {
     gameWindow = new ProgramGameWindow(this, width, height);
 }
Пример #2
0
 public Program(int width, int height)
 {
     gameWindow = new ProgramGameWindow(this, width, height);
 }