예제 #1
0
        protected override void OnCreateMainForm()
        {
            SplashScreenWindow ssw = new SplashScreenWindow();
            ssw.ShowDialog();

            this.MainForm = new RemoteDesktopClient();
        }
예제 #2
0
        protected override void OnCreateMainForm()
        {
            SplashScreenWindow ssw = new SplashScreenWindow();

            ssw.ShowDialog();

            this.MainForm = new RemoteDesktopClient();
        }