public override void Selected(DialogViewController dvc, UITableView tableView, NSIndexPath path) { if (this.Sections.Count() > 0) { dvc.PushRootElement(this); } }
public override void Selected (DialogViewController dvc, UITableView tableView, NSIndexPath path) { dvc.PushRootElement(this); }
public override void Selected (DialogViewController dvc, UITableView tableView, NSIndexPath path) { if (this.Sections.Count()>0) dvc.PushRootElement(this); }