Exemple #1
0
        private void StopAsyncOperations(string messageToShow)
        {
            _primaryInstanceProgressBar.Stop();

            Label_StatusBarInfo.Content = messageToShow;

            Button_ArhivePrimaryInstance.IsEnabled = true;
            Button_CopyPrimaryNewFiles.IsEnabled   = true;
            Button_OpenPage.IsEnabled = true;

            Button_StartIIS.IsEnabled = true;
            Button_StopIIS.IsEnabled  = true;

            ListBox_WebsiteNodes.IsEnabled = true;
        }