示例#1
0
 public FormatCommentHandler(
     IVsEditorAdaptersFactoryService adaptersFactoryService,
     ICommentFormatter commentFormatter)
 {
     _adaptersFactoryService = adaptersFactoryService;
     _commentFormatter       = commentFormatter;
 }
 public FormatCommentHandler(
     IVsEditorAdaptersFactoryService adaptersFactoryService,
     ICommentFormatter commentFormatter)
 {
     _adaptersFactoryService = adaptersFactoryService;
       _commentFormatter = commentFormatter;
 }