Beispiel #1
0
 public string[] GetAllSendLists()
 {
     lists = new SendingLists();
     return lists.getTitles().ToArray<string>();
 }
Beispiel #2
0
 public int GetNumberOfSendLists()
 {
     lists = new SendingLists();
     return lists.getTitles().Count;
 }