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/IInteraction.cs

    r2768 r4068  
    1 using System;
    2 using System.Collections.Generic;
    3 using System.Text;
    41
    5 namespace Netron.Diagramming.Core
    6 {
    7     /// <summary>
    8     /// This is a tag interface to label the interfaces you can use to plug
    9     /// into the interaction.
    10     ///
    11     /// </summary>
    12     public interface IInteraction
    13     {
    14     }
     2namespace Netron.Diagramming.Core {
     3  /// <summary>
     4  /// This is a tag interface to label the interfaces you can use to plug
     5  /// into the interaction.
     6  ///
     7  /// </summary>
     8  public interface IInteraction {
     9  }
    1510}
Note: See TracChangeset for help on using the changeset viewer.