示例#1
0
 public void Selected(DialogViewController dvc, UITableView tableView, NSIndexPath path)
 {
     if (Entry != null)
     {
         Entry.InvokeOnMainThread(() => {
             Entry.BecomeFirstResponder();
         });
     }
 }