Exemplo n.º 1
0
 public async override void RowSelected(UITableView tableView, NSIndexPath indexPath)
 {
     await AutofillHelpers.TableRowSelectedAsync(tableView, indexPath, this,
                                                 _controller.CPViewController, _controller, "loginAddSegue");
 }
Exemplo n.º 2
0
 public async override void RowSelected(UITableView tableView, NSIndexPath indexPath)
 {
     await AutofillHelpers.TableRowSelectedAsync(tableView, indexPath, this,
                                                 _controller.CPViewController, _controller, _controller.PasswordRepromptService,
                                                 "loginAddFromSearchSegue");
 }