Ejemplo n.º 1
0
 public Note(string message, Itheme theme)
 {
     this.message = message;
     this.theme   = theme;
 }
Ejemplo n.º 2
0
 public ReminderNote(string message, Itheme theme)
     : base(message, theme)
 {
 }