Navigate() private method

private Navigate ( Type page ) : void
page System.Type
return void
Beispiel #1
0
 private void NavigateToSettings(IUICommand command)
 {
     if (baba != null)
     {
         baba.Navigate(typeof(SettingsPage));
     }
 }
Beispiel #2
0
 private void NavigateToSettings(IUICommand command)
 {
     Context.FetchDataFailed += Context_FetchDataFailed;
     baba.Navigate(typeof(SettingsPage));
 }