Beispiel #1
0
 public static void Initialize(MXApplication theApp, NavigationPage navigationPage, Action <Task> onInitializationFinished = null)
 {
     // initialize the application and hold a reference for a bit
     MXFormsContainer thisContainer = new MXFormsContainer(theApp, navigationPage, onInitializationFinished);
 }
		public static void Initialize(MXApplication theApp, NavigationPage navigationPage, Action<Task> onInitializationFinished = null)
		{
			// initialize the application and hold a reference for a bit
			MXFormsContainer thisContainer = new MXFormsContainer(theApp, navigationPage, onInitializationFinished);

		}
Beispiel #3
0
 public override void Redirect(string url)
 {
     MXFormsContainer.Navigate(null, url);
     CancelLoad = true;
 }