Beispiel #1
0
 public NoteService(Arraylist notes)
 {
     this.notes = notes;
 }
Beispiel #2
0
 public clsSentence()
 {
     terms = new Arraylist();
 }