Exemple #1
0
 public Task PushAsync <T>() where T : Page
 {
     return(Shell.Current.GoToAsync(_route.RouteName(typeof(T).ToString())));
 }