[DllImport("user32.dll", SetLastError = true)] public static extern void AllowForegroundActivation( uint dwProcessId );
Last updated 1 year ago