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