public double FindTimeLeft (cPerson voUser) { oUser = voUser; _YearsLeft = FindBaseYears () + FindBMIYrs () + CigarettePenalty () + Sleep (); _YearsLeft = FindYearsLeft (_YearsLeft); return _YearsLeft; }
public int FindTimeLeft(cPerson voUser) { oUser = voUser; throw new System.NotImplementedException(); }
public int FindTimeLeft(cPerson voUser) { throw new System.NotImplementedException(); }
public int FindAge(cPerson vsUser) { throw new System.NotImplementedException(); }
public cPhysicaliPadVC (cPerson oUser) : base ("cPhysicaliPadVC", null) { _User = oUser; }
public cResultsVC (cPerson voUser) : base ("cResultsVC", null) { _User = voUser; oCalc = new cDeathCalculator (); }
public NavViewController () { oUser = new cPerson (); PhysicalViewController = new cPhysicalVC (oUser); PushViewController (PhysicalViewController, true); }