示例#1
0
文件: Task.cs 项目: J3057/MobileApp
 public void HandleAppURL(string appUrl)
 {
     // guard against double taps. (It's possible a second tap will come thru after we've inactivated ourselves)
     if (ParentViewController != null)
     {
         ParentViewController.HandleAppURL(appUrl);
     }
 }