コード例 #1
0
ファイル: Contacts.cs プロジェクト: zekiller3/SMSParty
 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();
     }
 }