Пример #1
0
		public override void ViewDidLoad ()
		{
			base.ViewDidLoad ();

			var v = new UIPopupLoginView("Test", "message blafdkglasdf slkdfjgsldkfjgsldkf gjsdlfkg sdflg", null, "Avbryt", null);
			v.Show();
		}
Пример #2
0
		void HandleCanceled ()
		{
			var a = new UIPopupLoginView("Avbrøt", "Test test here...", null, "Avbryt", null);
			a.Show();
		}