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

    r2768 r4068  
    11using System;
    2 using System.Collections.Generic;
    3 using System.Text;
    42
    5 namespace Netron.Diagramming.Core
    6 {
    7     /// <summary>
    8     /// Interface to be returned by <see cref="IDiagramEntity"/>'s if additional actions have to be executed
    9     /// after being added to the <see cref="Model"/>. The object implementing this interface should be returned by the <see cref="IServiceProvider.GetService"/>method.
    10     ///
    11     /// </summary>
    12     interface IAdditionCallback
    13     {
    14         void OnAddition();
    15     }
     3namespace Netron.Diagramming.Core {
     4  /// <summary>
     5  /// Interface to be returned by <see cref="IDiagramEntity"/>'s if additional actions have to be executed
     6  /// after being added to the <see cref="Model"/>. The object implementing this interface should be returned by the <see cref="IServiceProvider.GetService"/>method.
     7  ///
     8  /// </summary>
     9  interface IAdditionCallback {
     10    void OnAddition();
     11  }
    1612}
Note: See TracChangeset for help on using the changeset viewer.