コード例 #1
0
 public CustomerViewModel()
 {
     Address = new AddressModel();
     Address.AddValidationErrorDelegate(ValidateAddress);
 }