public cResultsVC (cPerson voUser) { _User = voUser; oCalc = new cDeathCalculator (); }
public ResultsViewController (IntPtr handle) : base (handle) { User = new cPerson (); oDeath = new cDeathCalculator (); }
public Results () { //_User = ((ControllClass)Application)._oUser; oCalc = new cDeathCalculator (); }