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);
		}