Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 15:25:24 (10 years ago)
Author:
psteiner
Message:

Formatting Sourcecode Views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.cs

    r10977 r10998  
    3333  public partial class TransformationView : AsynchronousContentView {
    3434
     35    public new TransformationContent Content
     36    {
     37      get { return (TransformationContent)base.Content; }
     38      set { base.Content = value; }
     39    }
     40
    3541    public TransformationView() {
    3642      InitializeComponent();
    37     }
    38 
    39     public new TransformationContent Content {
    40       get { return (TransformationContent)base.Content; }
    41       set { base.Content = value; }
    4243    }
    4344
Note: See TracChangeset for help on using the changeset viewer.