Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Visualization/DrawingStyle.cs @ 1332

Last change on this file since 1332 was 761, checked in by mstoeger, 16 years ago

changed interface between model and view (#316)

File size: 95 bytes
Line 
1namespace HeuristicLab.Visualization {
2  public enum DrawingStyle {
3    Solid, Dashed
4  }
5}
Note: See TracBrowser for help on using the repository browser.