Beispiel #1
0
        private void Application_Startup(object sender, StartupEventArgs e)
        {
            Init();
            // Create the startup window
            InitView wnd = new InitView(_dataManager, _createFactory);

            // Do stuff here, e.g. to the window

            // Show the window
            wnd.Show();
        }