Esempio n. 1
0
        Bitmap edit_screenshot(Bitmap bmp)
        {
            if (!Settings.edit_screenshot)
            {
                return(null);
            }

            var edit = new frm_Edit(bmp);

            edit.ShowDialog();

            return(edit.Result);
        }
Esempio n. 2
0
        Bitmap edit_screenshot(Bitmap bmp)
        {
            if (!Settings.edit_screenshot)
                return null;

            var edit = new frm_Edit(bmp);
            edit.ShowDialog();

            return edit.Result;
        }