Esempio n. 1
0
		public void Set(Person[] value)
		{
			methodValue = value;
		}
Esempio n. 2
0
 public void MotherFather(Person mother, Person father) {
     List.Add(new Parents {Mother = mother, Father = father});
 }