Esempio n. 1
0
 public FakeTextBuffer(string text)
 {
     this.currentSnapshot = new FakeTextSnapshot(text);
 }
Esempio n. 2
0
 public FakeTextBuffer(string text)
 {
     this.currentSnapshot = new FakeTextSnapshot(text);
 }