Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/19/15 14:30:01 (9 years ago)
Author:
gkronber
Message:

#1966:

  • removed unused using
  • added/updated license headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Problems/RectangularIdenticalBinPackingProblemView.cs

    r9348 r13032  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2015 Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    1919 */
    2020#endregion
    21 using System.Windows.Forms;
     21
    2222using HeuristicLab.MainForm;
    2323using HeuristicLab.Optimization.Views;
     
    3838      InitializeComponent();       
    3939    }
    40     protected override void OnContentChanged() {
    41       base.OnContentChanged();
    42     }
    4340  }
    4441}
Note: See TracChangeset for help on using the changeset viewer.