PushRootElement() 공개 메소드

public PushRootElement ( RootElement root ) : void
root RootElement
리턴 void
예제 #1
0
 public override void Selected(DialogViewController dvc, UITableView tableView, NSIndexPath path)
 {
     if (this.Sections.Count() > 0)
     {
         dvc.PushRootElement(this);
     }
 }
예제 #2
0
		public override void Selected (DialogViewController dvc, UITableView tableView, NSIndexPath path)
		{
			dvc.PushRootElement(this);
		}
예제 #3
0
		public override void Selected (DialogViewController dvc, UITableView tableView, NSIndexPath path)
		{
			if (this.Sections.Count()>0)
				dvc.PushRootElement(this);
		}