Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm.Test/3.2/FormView.cs @ 2534

Last change on this file since 2534 was 2466, checked in by mkommend, 15 years ago

implemented ContentAttribute and adapted MainFormManager (ticket #771)

File size: 459 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Drawing;
5using System.Data;
6using System.Linq;
7using System.Text;
8using System.Windows.Forms;
9using HeuristicLab.MainForm.WindowsForms;
10using System.Collections;
11
12namespace HeuristicLab.MainForm.Test {
13  [Content(typeof(IList),true)]
14  public partial class FormView1 : FormView2 {
15    public FormView1() {
16      InitializeComponent();
17    }
18  }
19}
Note: See TracBrowser for help on using the repository browser.