static void Main(string[] args) { using (TestApp game = new TestApp()) { game.Run(); } }
public Demo2(TestApp game) : base(game) { }
protected ParticleEffectGameComponent(TestApp game) : base(game) { }