Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/15 15:59:50 (8 years ago)
Author:
gkronber
Message:

#2069 changed namespaces for trunk integration

File:
1 edited

Legend:

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

    r13010 r13011  
    2525using HeuristicLab.Core.Views;
    2626using HeuristicLab.MainForm;
    27 using HeuristicLab.Problems.Robocode.Views;
     27using HeuristicLab.Problems.GeneticProgramming.RoboCode;
    2828
    29 namespace HeuristicLab.Problems.Robocode {
     29namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode {
    3030  [View("Robocode Tank Code View")]
    3131  [Content(typeof(Solution), IsDefaultView = true)]
Note: See TracChangeset for help on using the changeset viewer.