예제 #1
0
 public Task <Page> PopModalAsync(bool animated)
 {
     return(Navi.PopModalAsync(animated));
 }
예제 #2
0
 public Task <Page> PopModalAsync()
 {
     return(Navi.PopModalAsync());
 }