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