InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
Beispiel #1
0
            void App_Startup(object sender, StartupEventArgs e)
            {
                Debug.WriteLine("App_Startup");
                SplashScreen splashWindow = new SplashScreen();

                splashWindow.InitializeComponent();
                splashWindow.Show();
            }