PushRootElement() public method

public PushRootElement ( RootElement root ) : void
root RootElement
return void
Beispiel #1
0
 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);
		}
Beispiel #3
0
		public override void Selected (DialogViewController dvc, UITableView tableView, NSIndexPath path)
		{
			if (this.Sections.Count()>0)
				dvc.PushRootElement(this);
		}