Exemple #1
0
 public static void Start()
 {
     ClipboardWatcher.StartWatcher();
     ClipboardWatcher.OnChange += WatcherOnChange;
 }