コード例 #1
0
		// this will be called before the view is displayed 
		public void SetTask (RootViewController d, Task task) {
			Delegate = d;
			currentTask = task;
		}
コード例 #2
0
 // this will be called before the view is displayed
 public void SetTask(RootViewController d, TodoItem task)
 {
     Delegate    = d;
     currentTask = task;
 }