public MonoGameGraphics(Demo demo)
     : base(demo)
 {
     Form = new XnaForm(this);
 }
Example #2
0
 public MonoGameGraphics(Demo demo)
     : base(demo)
 {
     Form = new XnaForm(this);
 }