Beispiel #1
0
 public ToolBase()
 {
     Settings = new XProps();
     Init();
 }
Beispiel #2
0
 public ToolBase(GraphNode n)
 {
     this.graphNode = n;
     Settings       = new XProps();
     Init();
 }