Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 11:08:34 (14 years ago)
Author:
swagner
Message:

Implemented first draft of MainForm support in HeuristicLab.Core/HeuristicLab.Core.Views and all other depending plugins (#770)

Location:
trunk/sources/HeuristicLab.Core.Views/3.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3*.user
  • trunk/sources/HeuristicLab.Core.Views/3.3/ViewBase.cs

    r2515 r2520  
    2929using System.Windows.Forms;
    3030
    31 namespace HeuristicLab.Core {
     31namespace HeuristicLab.Core.Views {
    3232  /// <summary>
    3333  /// Base class for all visual representations.
    3434  /// </summary>
    35   public partial class ViewBase : UserControl, IView {
     35  public partial class ViewBase : HeuristicLab.MainForm.WindowsForms.ViewBase, IView {
    3636    private IItem myItem;
    3737    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.