Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/19 12:09:34 (5 years ago)
Author:
chaider
Message:

#2971 Renamed NamedIntervals to IntervalCollection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalCollectionView.cs

    r16896 r16904  
    2929
    3030  [View("NamedIntervals View")]
    31   [Content(typeof(NamedIntervals), true)]
    32   public sealed partial class NamedIntervalsView : AsynchronousContentView {
     31  [Content(typeof(IntervalCollection), true)]
     32  public sealed partial class IntervalCollectionView : AsynchronousContentView {
    3333
    34     public new NamedIntervals Content {
    35       get => (NamedIntervals)base.Content;
     34    public new IntervalCollection Content {
     35      get => (IntervalCollection)base.Content;
    3636      set => base.Content = value;
    3737    }
     
    4141    }
    4242
    43     public NamedIntervalsView() {
     43    public IntervalCollectionView() {
    4444      InitializeComponent();
    4545      dataGridView.AutoGenerateColumns = false;
Note: See TracChangeset for help on using the changeset viewer.