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