Exemplo n.º 1
0
 public DebugRender(GameForm _form)
 {
     form = _form;
     graphics = form.CreateGraphics();
 }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     using (var form = new GameForm())
         Application.Run(form);
 }