Interaction logic for App.xaml
Inheritance: System.Windows.Application
Beispiel #1
0
 public static void Main()
 {
     Launcher.App app = new Launcher.App();
     app.InitializeComponent();
     app.Run();
 }
Beispiel #2
0
 public static void Main() {
     Launcher.App app = new Launcher.App();
     app.InitializeComponent();
     app.Run();
 }