Пример #1
0
 static Contacts()
 {
     connection = new GroupPersonDatabase("db_smsgrouped.db3");
     Groups = new Dictionary<string,SmsGroupObject>();
     try
     {
         Load();
     }catch(Exception ex)
     {
         //Console.WriteLine(ex);
         UIAlertView alert = new UIAlertView("Error Load()", ex.ToString(), null, "OK");
         alert.Show();
     }
 }
Пример #2
0
 static Contacts()
 {
     connection = new GroupPersonDatabase("db_smsgrouped.db3");
     Groups     = new Dictionary <string, SmsGroupObject>();
     try
     {
         Load();
     }catch (Exception ex)
     {
         //Console.WriteLine(ex);
         UIAlertView alert = new UIAlertView("Error Load()", ex.ToString(), null, "OK");
         alert.Show();
     }
 }