Пример #1
0
 private void WriteProperty(IntPtr property, IntPtr target, IntPtr indexParameter, IntPtr value)
 {
     _callbacks.WriteProperty(property, target, indexParameter, value);
 }
Пример #2
0
 private void WriteProperty(IntPtr property, IntPtr target, IntPtr value)
 {
     _callbacks.WriteProperty(property, target, value);
 }