Exemplo n.º 1
0
 public Task <Page> PopAsync()
 {
     try{
         return(Navi.PopAsync());
     }
     catch (Exception ex) {
         //Insights.Report (ex);
         return(null);
     }
 }
Exemplo n.º 2
0
 public Task <Page> PopAsync(bool animated)
 {
     return(Navi.PopAsync(animated));
 }
Exemplo n.º 3
0
 public Task <Page> PopAsync()
 {
     return(Navi.PopAsync());
 }