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