示例#1
0
 public BoldCommand(HtmlDocument document, CommandsHistory history)
 {
     this.document = document;
     this.history  = history;
 }
示例#2
0
 public UndoCommand(CommandsHistory history)
 {
     this.history = history;
 }