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