Exemplo n.º 1
0
 // The IMemberwiseEditable interface implementation.
 //
 bool IMemberwiseEditable.AcceptMemberChanges(PropertyInfo propertyInfo, string memberName)
 {
     return
         (_firstName.AcceptMemberChanges(_firstName_propertyInfo, memberName) ||
          _lastName.AcceptMemberChanges(_lastName_propertyInfo, memberName));
 }