public DummyGame(bool clearDevices)
     //: base(TestClock.Instance, new NullEventSource())
 {
     gdm = new TestGraphicsDeviceManager(this, clearDevices);
 }
 public DummyGame(bool clearDevices)
 //: base(TestClock.Instance, new NullEventSource())
 {
     gdm = new TestGraphicsDeviceManager(this, clearDevices);
 }