Exemplo n.º 1
0
		protected void ShowTaskDetails(Task task)
		{
			this._detailsScreen = new Tasky.Screens.iPhone.TaskDetails.Screen(task);
			this.NavigationController.PushViewController(this._detailsScreen, true);
		}
Exemplo n.º 2
0
 protected void ShowTaskDetails(Task task)
 {
     this._detailsScreen = new Tasky.Screens.iPhone.TaskDetails.Screen(task);
     this.NavigationController.PushViewController(this._detailsScreen, true);
 }