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

    r2768 r4068  
    1 using System;
    2 using System.Drawing;
    3 using System.Windows.Forms;
    4 namespace Netron.Diagramming.Core
    5 {
    6   /// <summary>
    7   /// This defines what an action is on the model.
    8   /// </summary>
    9   public interface ISubsetAction : IAction
    10   {
     1namespace Netron.Diagramming.Core {
     2  /// <summary>
     3  /// This defines what an action is on the model.
     4  /// </summary>
     5  public interface ISubsetAction : IAction {
    116
    12     #region Events
     7    #region Events
    138
    14     #endregion
     9    #endregion
    1510
    16     #region Properties
    17         /// <summary>
    18         /// Gets the subset.
    19         /// </summary>
    20         /// <value>The subset.</value>
    21         CollectionBase<IDiagramEntity> Subset {get;}
    22     #endregion
     11    #region Properties
     12    /// <summary>
     13    /// Gets the subset.
     14    /// </summary>
     15    /// <value>The subset.</value>
     16    CollectionBase<IDiagramEntity> Subset { get; }
     17    #endregion
    2318
    24     #region Methods
     19    #region Methods
    2520
    26     #endregion
    27   }
     21    #endregion
     22  }
    2823}
Note: See TracChangeset for help on using the changeset viewer.