Пример #1
0
		/// <summary>
		/// Kicks off the registration flow so the user can register and authenticate
		/// </summary>
		internal void StartRegistrationFlow()
		{
			MainPage = new WelcomeStartPage().WithinNavigationPage();
		}
Пример #2
0
 /// <summary>
 /// Kicks off the registration flow so the user can register and authenticate
 /// </summary>
 internal void StartRegistrationFlow()
 {
     MainPage = new WelcomeStartPage().WithinNavigationPage();
 }