Esempio n. 1
0
 private void WriteProperty(IntPtr property, IntPtr target, IntPtr indexParameter, IntPtr value)
 {
     _callbacks.WriteProperty(property, target, indexParameter, value);
 }
Esempio n. 2
0
 private void WriteProperty(IntPtr property, IntPtr target, IntPtr value)
 {
     _callbacks.WriteProperty(property, target, value);
 }