예제 #1
0
 public SelectTextBlockToLeftAction(params char[] separators)
 {
     this.finder = new TextBlockFinderToLeft(separators);
 }
 public RemoveTextBlockToLeft(TextBlockFinder finder)
 {
     this.finder = finder;
 }