Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/18/09 01:08:12 (15 years ago)
Author:
mkommend
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/FormView.cs

    r2433 r2437  
    1010
    1111namespace HeuristicLab.MainForm.Test {
    12   public partial class FormView : ViewBase<object>  {
     12  [DefaultView]
     13  public partial class FormView1 : ViewBase<ICloneable>  {
    1314    private int[] array;
    14     public FormView() {
     15    public FormView1() {
    1516      InitializeComponent();
    1617    }
Note: See TracChangeset for help on using the changeset viewer.