示例#1
0
 public Contact()
 {
     this.mobilePhoneField = new Phone();
     this.dateOfBirthField = new DateOfBirth();
 }
 public Contact()
 {
     this.mobilePhoneField = new Phone();
     this.dateOfBirthField = new DateOfBirth();
 }