Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/15 15:59:50 (9 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/BattleRunnerDialog.Designer.cs

    r13010 r13011  
    1919 */
    2020#endregion
    21 namespace HeuristicLab.Problems.Robocode.Views {
     21namespace HeuristicLab.Problems.GeneticProgramming.Views.RoboCode {
    2222  partial class BattleRunnerDialog {
    2323    /// <summary>
     
    5454      this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
    5555      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    56       this.enemyCollectionView = new HeuristicLab.Problems.Robocode.Views.EnemyCollectionView();
     56      this.enemyCollectionView = new EnemyCollectionView();
    5757      ((System.ComponentModel.ISupportInitialize)(this.nrOfRoundsNumericUpDown)).BeginInit();
    5858      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
Note: See TracChangeset for help on using the changeset viewer.