예제 #1
0
 public Task PushModalAsync(Page page)
 {
     return(Navi.PushModalAsync(page));
 }
예제 #2
0
 public Task PushModalAsync(Page page, bool animated)
 {
     return(Navi.PushModalAsync(page, animated));
 }