Interaktionslogik für "App.xaml"
Inheritance: Client.Application
Ejemplo n.º 1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("iopt_splash.png");

            splashScreen.Show(true);
            Client.App app = new Client.App();
            app.InitializeComponent();
            app.Run();
        }
Ejemplo n.º 2
0
 public static void Main()
 {
     Client.App app = new Client.App();
     app.InitializeComponent();
     app.Run();
 }
Ejemplo n.º 3
0
 public static void Main() {
     Client.App app = new Client.App();
     app.InitializeComponent();
     app.Run();
 }
Ejemplo n.º 4
0
 public static void Main()
 {
     Client.App app = new Client.App();
     app.Run();
 }