示例#1
0
 public void Construct()
 {
     data      = new NoteData("http://www.example.com/note");
     data.Text = "<note-content>Foo</note-content>";
     note      = new NoteDataBufferSynchronizer(data);
     buffer    = new NoteBuffer(new TextTagTable());
 }
示例#2
0
 public void Construct()
 {
     data = new NoteData("http://www.example.com/note");
     note = new NoteDataBufferSynchronizer(data);
 }