Inheritance: UIApplicationDelegate
Beispiel #1
0
		static void DisplayMessage (AppDelegate instance, string message, params object[] format)
		{
			new UIAlertView ("Keychain", string.Format (message, format), null, "OK", null).Show ();
		}
Beispiel #2
0
 static void DisplayMessage(AppDelegate instance, string message, params object[] format)
 {
     new UIAlertView("Keychain", string.Format(message, format), null, "OK", null).Show();
 }