Exemplo n.º 1
0
        protected override void OnCreateMainForm()
        {
            SplashScreenWindow ssw = new SplashScreenWindow();
            ssw.ShowDialog();

            this.MainForm = new RemoteDesktopClient();
        }
Exemplo n.º 2
0
        protected override void OnCreateMainForm()
        {
            SplashScreenWindow ssw = new SplashScreenWindow();

            ssw.ShowDialog();

            this.MainForm = new RemoteDesktopClient();
        }