Beispiel #1
0
 public Comenzar()
 {
     agenda = new Agenda();
     opcion = 0;
 }
Beispiel #2
0
 public void setAgenda(Agenda agenda)
 {
     this.agenda = agenda;
 }