Esempio n. 1
0
 private void timer_Tick(object sender, EventArgs e)
 {
     //_thumbnailPanel.UnsetThumbnail();
     var handle = Win32Helper.GetCurrentForegroundWindow();
     //SetThumbnail(handle, null);
 }
Esempio n. 2
0
 void Thumbnail_CloneClick(object sender, CloneClickEventArgs e)
 {
     Win32Helper.InjectFakeMouseClick(CurrentThumbnailWindowHandle.Handle, e);
 }