Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/3.2/ChangeType.cs @ 2592

Last change on this file since 2592 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 109 bytes
Line 
1namespace HeuristicLab.Visualization {
2  public enum ChangeType {
3    Add,
4    Modify,
5    Remove
6  }
7}
Note: See TracBrowser for help on using the repository browser.