Esempio n. 1
0
 public UntitledCanvasWindow()
 {
     sketchDraw      = new SketchDrawOperation(this);
     sketchDirectory = Path.Combine("../../../MySketch");
 }
Esempio n. 2
0
 public UntitledCanvasWindow()
 {
     sketchDraw = new SketchDrawOperation(this);
 }