source:
trunk/sources/HeuristicLab.Visualization/ChangeType.cs
@
1193
Last change on this file since 1193 was 684, checked in by mstoeger, 16 years ago | |
---|---|
File size: 109 bytes |
Line | |
---|---|
1 | namespace HeuristicLab.Visualization { |
2 | public enum ChangeType { |
3 | Add, |
4 | Modify, |
5 | Remove |
6 | } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.