示例#1
0
 public NotesController()
 {
     this.notesCreator = new NotesCreator();
     this.textParser   = new TextParser();
 }
示例#2
0
 public NotesCreatorTests()
 {
     this.notesCreator = new NotesCreator();
 }
示例#3
0
 public BlockCreatorTests()
 {
     this.notesCreator = new NotesCreator();
     this.blockCreator = new BlockCreator();
 }
示例#4
0
 public BlockController()
 {
     this.notesCreator = new NotesCreator();
     this.blockCreator = new BlockCreator();
 }