Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/FormView2.cs @ 2437

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

implemented changes regarding detection of view types and default views as discussed with SWA (ticket #771)

File size: 428 bytes
Line 
1using System;
2using System.Collections;
3using System.ComponentModel;
4using System.Drawing;
5using System.Data;
6using System.Linq;
7using System.Text;
8using System.Windows.Forms;
9using HeuristicLab.MainForm.WindowsForms;
10
11namespace HeuristicLab.MainForm.Test {
12  public partial class FormView2 : ViewBase<ArrayList>  {
13    private int[] array;
14    public FormView2() {
15      InitializeComponent();
16    }
17  }
18}
Note: See TracBrowser for help on using the repository browser.