示例#1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            IOC.Setup();

            Current.MainWindow = new MainWindow();
            Current.MainWindow.Show();
        }