Example #1
0
        private void settings_ScreenshotTaken(Bitmap bitmap)
        {
            ScreenshotForm form = new ScreenshotForm(bitmap);

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