public FrmWaiting()
        {
            InitializeComponent();

            WaitingText = "Please wait...";

            this._Waiting = new ShowWaitingText(delegate(string text)
            {
                this.WaitingText = text;
            });
        }
Beispiel #2
0
        public FrmWaiting()
        {
            InitializeComponent();

            WaitingText = "Please wait...";

            this._Waiting = new ShowWaitingText(delegate(string text)
            {
                this.WaitingText = text;
            });
        }