Пример #1
0
        private void startLoadProject()
        {
            ShowTagTypeForm(this, false);
            ShowTagForm(this, false);

            this.Enabled = false;
            _progressForm = new ProgressForm();
            _progressForm.StartPosition = FormStartPosition.CenterParent;
            _progressForm.Show(this);
        }