Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/19 14:52:20 (5 years ago)
Author:
abeham
Message:

#2457: adapted to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2457_ExpertSystem/HeuristicLab.OptimizationExpertSystem/3.3/Views/KnowledgeCenterAllinOneView.cs

    r13774 r16958  
    2020#endregion
    2121
     22using System;
     23using System.Collections.Generic;
     24using System.ComponentModel;
     25using System.Linq;
     26using System.Text.RegularExpressions;
     27using System.Windows.Forms;
     28using System.Windows.Forms.DataVisualization.Charting;
    2229using HeuristicLab.Analysis;
    2330using HeuristicLab.Analysis.QualityAnalysis;
     
    3441using HeuristicLab.Optimization.Views;
    3542using HeuristicLab.OptimizationExpertSystem.Common;
    36 using System;
    37 using System.Collections.Generic;
    38 using System.ComponentModel;
    39 using System.Linq;
    40 using System.Text.RegularExpressions;
    41 using System.Windows.Forms;
    42 using System.Windows.Forms.DataVisualization.Charting;
    4343
    4444namespace HeuristicLab.OptimizationExpertSystem {
     
    224224      progress.ProgressStateChanged += OkbDownloadProgressOnStateChanged;
    225225      Content.UpdateKnowledgeBaseAsync(progress);
    226       MainFormManager.GetMainForm<HeuristicLab.MainForm.WindowsForms.MainForm>().AddOperationProgressToView(progressPanel, progress);
     226      Progress.ShowOnControl(progressPanel, progress);
    227227      progressPanel.Visible = true;
    228228      SetEnabledStateOfControls();
Note: See TracChangeset for help on using the changeset viewer.