Exemplo n.º 1
0
 public void AddNote(ReminderNote note, ITheme theme)
 {
     note.Theme = theme;
     this.notes.Add(note);
 }
Exemplo n.º 2
0
 public void AddNote(ReminderNote note)
 {
     this.notes.Add(note);
 }