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/SplashScreen.cs

    r13337 r13338  
    2626using HeuristicLab.PluginInfrastructure.Manager;
    2727
    28 namespace HeuristicLab.PluginInfrastructure.Starter {
     28namespace HeuristicLab.PluginInfrastructure.UI {
    2929  internal partial class SplashScreen : Form {
    3030    private const int FADE_INTERVAL = 50;
     
    4444      RegisterPluginManagerEventHandlers();
    4545
    46       versionLabel.Text = "Version " + AssemblyHelpers.GetFileVersion(GetType().Assembly);
     46      versionLabel.Text = "Version " + AssemblyExtensions.GetFileVersion(GetType().Assembly);
    4747      infoLabel.Text = "";
    4848
Note: See TracChangeset for help on using the changeset viewer.