Example #1
0
 public override void Selected(DialogViewController dvc, UITableView tableView, NSIndexPath path)
 {
     var phasesWithStoriesController = new PhasesWithStoriesController(dvc.NavigationController, Id);
     phasesWithStoriesController.PushViewController();
 }
Example #2
0
        public override void Selected(DialogViewController dvc, UITableView tableView, NSIndexPath path)
        {
            var phasesWithStoriesController = new PhasesWithStoriesController(dvc.NavigationController, Id);

            phasesWithStoriesController.PushViewController();
        }