public void RestoreEditorContext(MaskEditContext context)
 {
     this.ResetEditorContext();
     this.inkCanvas.Strokes.Add(new StrokeCollection(context.Strokes));
 }
 public void RestoreEditorContext(MaskEditContext context)
 {
     this.ResetEditorContext();
     this.inkCanvas.Strokes.Add(new StrokeCollection(context.Strokes));
 }