public static void CaptureScreenshot(string filename) { ScreenCapture.CaptureScreenshot(filename, 1); }