예제 #1
0
 private void ExecuteNotifyAllProperties(ProxyProperty sender)
 {
     foreach (var prop in this)
     {
         if (prop != sender)
         {
             prop.MyValueChangedAsWell();
         }
     }
 }