private void settings_ScreenshotTaken(Bitmap bitmap) { ScreenshotForm form = new ScreenshotForm(bitmap); form.Icon = this.Icon; form.Show(); }