Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Core/Interfaces/IGhost.cs @ 4068

Last change on this file since 4068 was 4068, checked in by swagner, 14 years ago

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

File size: 179 bytes
Line 
1namespace Netron.Diagramming.Core {
2  /// <summary>
3  /// A ghost is a preview of something on the canvas
4  /// </summary>
5  public interface IGhost : IPaintable {
6
7  }
8}
Note: See TracBrowser for help on using the repository browser.