source:
branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/FormView.cs
@
2433
Last change on this file since 2433 was 2433, checked in by mkommend, 15 years ago | |
---|---|
File size: 431 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.ComponentModel; |
4 | using System.Drawing; |
5 | using System.Data; |
6 | using System.Linq; |
7 | using System.Text; |
8 | using System.Windows.Forms; |
9 | using HeuristicLab.MainForm.WindowsForms; |
10 | |
11 | namespace HeuristicLab.MainForm.Test { |
12 | public partial class FormView : ViewBase<object> { |
13 | private int[] array; |
14 | public FormView() { |
15 | InitializeComponent(); |
16 | } |
17 | } |
18 | } |
Note: See TracBrowser
for help on using the repository browser.