Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/10 16:15:21 (15 years ago)
Author:
mkommend
Message:

first version of redesigned MainForm (ticket #857)

File:
1 edited

Legend:

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

    r2466 r2696  
    1111
    1212namespace HeuristicLab.MainForm.Test {
    13   [Content(typeof(IList),true)]
    14   public partial class FormView1 : FormView2 {
     13  [Content(typeof(List<string>), true)]
     14  public partial class FormView1 : FormView2<MenuItem> {
    1515    public FormView1() {
    1616      InitializeComponent();
    1717    }
     18
     19    public FormView1(List<string> list)
     20      : this() {
     21    }
    1822  }
    1923}
Note: See TracChangeset for help on using the changeset viewer.