App
Inheritance: System.Windows.Application
Example #1
0
 public static void Main()
 {
     GameLauncherTest.App app = new GameLauncherTest.App();
     app.InitializeComponent();
     app.Run();
 }
 public static void Main() {
     GameLauncherTest.App app = new GameLauncherTest.App();
     app.InitializeComponent();
     app.Run();
 }