Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 16:14:30 (8 years ago)
Author:
gkronber
Message:

#2522:

  • moved UI components out of HeuristicLab.PluginInfrastructure -> HeuristicLab.PluginInfrastructure.UI
  • moved ErrorDialog to HeuristicLab.MainForm.WindowsForms
  • moved ErrorHandling (for building an error message string) to HeuristicLab.Common
  • Changed exception handlers in Views to use MainForm.ShowError()
  • Changed usages for ErrorDialog in non-UI components to throw exceptions instead.
Location:
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/PluginView.Designer.cs

    r13337 r13338  
    1919 */
    2020#endregion
    21 namespace HeuristicLab.PluginInfrastructure.Advanced {
     21namespace HeuristicLab.PluginInfrastructure.UI {
    2222  partial class PluginView {
    2323    /// <summary>
     
    315315      this.Controls.Add(this.nameTextBox);
    316316      this.Controls.Add(this.nameLabel);
    317       this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
     317      this.Icon = Resources.HeuristicLab;
    318318      this.Name = "PluginView";
    319319      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
Note: See TracChangeset for help on using the changeset viewer.