Esempio n. 1
0
 public void StartContentChanged()
 {
     if (_hwndSource != null)
     {
         _hwndSource.AddHook(OnWmMessage);
         ClipboardNativeFunctions.AddClipboardFormatListener(_hwndSource.Handle);
     }
     else
     {
         // Signals the app to hook when it's ready
         _pendingStartContentChanged = true;
     }
 }