Beispiel #1
0
 internal CFRunLoopSource(IntPtr handle)
 {
     CFObject.CFRetain(handle);
     this.handle = handle;
 }