public TwoLineAdapter(Agenda agenda, List <Tuple <string, string> > eventList)
 {
     _agenda    = agenda;
     _eventList = eventList;
 }
Exemple #2
0
 public DownloadTest(ListView list, Agenda agenda)
 {
     _list   = list;
     _agenda = agenda;
 }