// this will be called before the view is displayed
 public void SetTask(MasterViewController d, Chore task)
 {
     Delegate = d;
     currentTask = task;
 }
Exemplo n.º 2
0
 // this will be called before the view is displayed
 public void SetTask(MasterViewController d, Chore task)
 {
     Delegate    = d;
     currentTask = task;
 }
 // this will be called before the view is displayed
 public void SetTask(MasterViewController d, Game game)
 {
     Delegate = d;
     currentGame = game;
 }
		public GrowRowTableDelegate (MasterViewController controller)
		{
			// Initialize
//			this.Controller = controller;
		}