Example #1
0
 public BoldApplier(MshtmlMarkupServices markupServices, MarkupRange markupRange, IMshtmlCommand boldCommand)
 {
     this.markupServices = markupServices;
     this.markupRange    = markupRange.Clone();
     this.boldCommand    = boldCommand;
 }
 public BoldApplier(MshtmlMarkupServices markupServices, MarkupRange markupRange, IMshtmlCommand boldCommand)
 {
     this.markupServices = markupServices;
     this.markupRange = markupRange.Clone();
     this.boldCommand = boldCommand;
 }