Skip to content

Instantly share code, notes, and snippets.

@Mahno74
Last active July 6, 2021 10:41
Show Gist options
  • Save Mahno74/526c8ec28addec0c49e33ca07f78c3ea to your computer and use it in GitHub Desktop.
Save Mahno74/526c8ec28addec0c49e33ca07f78c3ea to your computer and use it in GitHub Desktop.
Проверяем есть ли запущенный процесс ZOOM
private bool ZoomIsOn => Process.GetProcessesByName("zoom").Any();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment