Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Core/Interfaces/IVersion.cs

    r2768 r4068  
    1 using System;
    2 using System.Collections.Generic;
    3 using System.Text;
    41
    5 namespace Netron.Diagramming.Core
    6 {
    7     public interface IVersion
    8     {
    9         // ------------------------------------------------------------------
    10         /// <summary>
    11         /// Gets the current version.
    12         /// </summary>
    13         // ------------------------------------------------------------------
    14         double Version
    15         {
    16             get;
    17         }
     2namespace Netron.Diagramming.Core {
     3  public interface IVersion {
     4    // ------------------------------------------------------------------
     5    /// <summary>
     6    /// Gets the current version.
     7    /// </summary>
     8    // ------------------------------------------------------------------
     9    double Version {
     10      get;
    1811    }
     12  }
    1913}
Note: See TracChangeset for help on using the changeset viewer.