public void OnPropertyValueChanged(string pwstrDeviceId, PropertyKey key)
 {
     if (PropertyValueChanged != null)
     {
         PropertyValueChanged(pwstrDeviceId, key);
     }
 }
示例#2
0
 public void OnPropertyValueChanged(string pwstrDeviceId, PropertyKey key)
 {
     throw new NotImplementedException();
 }