Beispiel #1
0
        private void ShowProgress()
        {
            if (ClientEnvironment.MainForm.InvokeRequired)
            {
                ClientEnvironment.MainForm.BeginInvoke(new MethodInvoker(ShowProgress));
                return;
            }

            _notificationForm = new FormNotificationServiceWarning();
            _notificationForm.SwitchAnalyzeMode();
        }
        private void ShowProgress()
        {
            if (ClientEnvironment.MainForm.InvokeRequired)
            {
                ClientEnvironment.MainForm.BeginInvoke(new MethodInvoker(ShowProgress));
                return;
            }

            _notificationForm = new FormNotificationServiceWarning();
            _notificationForm.SwitchAnalyzeMode();
        }