예제 #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();
 }