Esempio n. 1
0
		public void Setup ()
		{
			person =  new Person()
			{
				NameFirstGiven = "ood-loo"
			,	NameSecondFamily = "chaknoot"
			,	DateOfBirth = new DateTime(1968,9,24)
			,	Gender = global::HolisticWare.Ph4ct3x.Gender.Female
			};

			return;
		}
		public void Setup ()
		{
			person =  new Person()
			{
				NameFirstGiven = "ood-loo"
			,	NameSecondFamily = "chaknoot"
			,	Gender = global::HolisticWare.Ph4ct3x.Gender.Female
			,	Weight = 93.0
			, 	Height = 180
			,	WaistCircumference = 100
			};

			return;
		}