Bitmap edit_screenshot(Bitmap bmp) { if (!Settings.edit_screenshot) { return(null); } var edit = new frm_Edit(bmp); edit.ShowDialog(); return(edit.Result); }
Bitmap edit_screenshot(Bitmap bmp) { if (!Settings.edit_screenshot) return null; var edit = new frm_Edit(bmp); edit.ShowDialog(); return edit.Result; }