public DocumentViewSurface(TextControl target)
 {
     this.target = target;
 }
示例#2
0
 public DocumentViewSurface(TextControl target)
 {
     this.target = target;
 }