Exemplo n.º 1
0
 public void SetTask(ViewController d, string ID )
 {
     Delegate = d;
     if (CurrentPerson == null) {
         CurrentPerson = new Person ();
     }
     CurrentPerson.ID = ID;
 }
Exemplo n.º 2
0
 public PersonDetailViewController(IntPtr handle)
     : base(handle)
 {
     CurrentPerson = new Person ();
     Instance = this;
 }