Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/10/08 11:06:37 (16 years ago)
Author:
gkronber
Message:

renamed Plugin CEDMA.Console -> CEDMA.Core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Core/AgentView.Designer.cs

    r372 r377  
    2020#endregion
    2121
    22 namespace HeuristicLab.CEDMA.Console {
     22namespace HeuristicLab.CEDMA.Core {
    2323  partial class AgentView {
    2424    /// <summary>
     
    3232    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    3333    protected override void Dispose(bool disposing) {
    34       if (disposing && (components != null)) {
     34      if(disposing && (components != null)) {
    3535        components.Dispose();
    3636      }
Note: See TracChangeset for help on using the changeset viewer.