Esempio n. 1
0
 public XmlQuickInfoSource(ITextBuffer buffer, XmlQuickInfoSourceProvider provider)
 {
     this.textBuffer = buffer;
     this.provider   = provider;
 }
Esempio n. 2
0
 public XmlQuickInfoSource(ITextBuffer buffer, XmlQuickInfoSourceProvider provider)
 {
     this.textBuffer = buffer;
       this.provider = provider;
 }