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