예제 #1
0
 public Task PopToRootAsync()
 {
     try{
         return(Navi.PopToRootAsync());
     }
     catch (Exception ex) {
         //Insights.Report (ex);
         return(null);
     }
 }
예제 #2
0
 public Task PopToRootAsync(bool animated)
 {
     return(Navi.PopToRootAsync(animated));
 }
예제 #3
0
 public Task PopToRootAsync()
 {
     return(Navi.PopToRootAsync());
 }
예제 #4
0
 public async Task PopToRootAsync(bool animated)
 {
     await Navi.PopToRootAsync(animated);
 }