Exemplo n.º 1
0
 public static Task GoToPage2Async(this MyComponent component)
 {
     return(component.GoToAsync(Constants.Page2));
 }
Exemplo n.º 2
0
 public static Task GoHomeAsync(this MyComponent component)
 {
     return(component.GoToAsync(Constants.Home));
 }