Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/15 16:39:12 (9 years ago)
Author:
gkronber
Message:

#2069: reviewing and minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/EnemyCollectionView.cs

    r13011 r13013  
    2020#endregion
    2121
    22 using System.Windows.Forms;
     22using HeuristicLab.Core.Views;
     23using HeuristicLab.Data;
    2324using HeuristicLab.MainForm;
    24 using HeuristicLab.Problems.GeneticProgramming.RoboCode;
     25using HeuristicLab.Problems.GeneticProgramming.Robocode;
    2526
    26 namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode {
     27namespace HeuristicLab.Problems.GeneticProgramming.Views.Robocode {
    2728  [View("EnemyCollection View")]
    2829  [Content(typeof(EnemyCollection), true)]
    29   public partial class EnemyCollectionView : Core.Views.CheckedItemListView<HeuristicLab.Data.StringValue> {
     30  public partial class EnemyCollectionView : CheckedItemListView<StringValue> {
    3031    public new EnemyCollection Content {
    3132      get { return (EnemyCollection)base.Content; }
Note: See TracChangeset for help on using the changeset viewer.