protected override void OnCreateMainForm()
        {
            SplashScreenWindow ssw = new SplashScreenWindow();
            ssw.ShowDialog();

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

            ssw.ShowDialog();

            this.MainForm = new RemoteDesktopClient();
        }