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