Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/DrawingStyle.cs @ 1191

Last change on this file since 1191 was 761, checked in by mstoeger, 15 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.