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

		}