private void button7_Click(object sender, EventArgs e) { showCapture(ScreenShotHelper.Capture(this, false)); }
private void button5_Click(object sender, EventArgs e) { showCapture(ScreenShotHelper.Capture(button5)); }
private void button4_Click(object sender, EventArgs e) { showCapture(ScreenShotHelper.CaptureScreen((int)cboListeEcrans.SelectedItem)); }
private void button3_Click(object sender, EventArgs e) { showCapture(ScreenShotHelper.Capture(ScreenShotHelper.ScreenShotType.VirtualScreen)); }
private void button2_Click(object sender, EventArgs e) { showCapture(ScreenShotHelper.Capture(ScreenShotHelper.ScreenShotType.WorkingArea)); }
private void button1_Click(object sender, EventArgs e) { showCapture(ScreenShotHelper.Capture(ScreenShotHelper.ScreenShotType.PrimaryScreen)); }