Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/30/09 17:17:53 (15 years ago)
Author:
mkommend
Message:

integrated branch MainForm refactoring into trunk (ticket #771)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.Test/3.2/FormView.cs

    r2252 r2458  
    77using System.Text;
    88using System.Windows.Forms;
     9using HeuristicLab.MainForm.WindowsForms;
     10using System.Collections;
    911
    1012namespace HeuristicLab.MainForm.Test {
    11   public partial class FormView : ViewBase {
     13  [DefaultViewAttribute]
     14  public partial class FormView1 : ViewBase<ICollection> {
    1215    private int[] array;
    13     public FormView() {
     16    public FormView1() {
    1417      InitializeComponent();
    15     }
    16 
    17     public FormView(IMainForm mainform)
    18       : base(mainform) {
    1918    }
    2019  }
Note: See TracChangeset for help on using the changeset viewer.