示例#1
0
 public static Task GoToPage2Async(this MyComponent component)
 {
     return(component.GoToAsync(Constants.Page2));
 }
示例#2
0
 public static Task GoHomeAsync(this MyComponent component)
 {
     return(component.GoToAsync(Constants.Home));
 }