コード例 #1
0
ファイル: controller_iPhone.cs プロジェクト: GSerjo/Seminars
		protected void ShowTaskDetails(Task task)
		{
			this._detailsScreen = new Tasky.Screens.iPhone.TaskDetails.Screen(task);
			this.NavigationController.PushViewController(this._detailsScreen, true);
		}
コード例 #2
0
 protected void ShowTaskDetails(Task task)
 {
     this._detailsScreen = new Tasky.Screens.iPhone.TaskDetails.Screen(task);
     this.NavigationController.PushViewController(this._detailsScreen, true);
 }