private void button2_Click(object sender, EventArgs e) { if (encipherDecipher != "") { cropBmp.Format = MagickFormat.Png; cropBmp.Encipher(encipherDecipher); } File.Delete(fileName); cropBmp.Write(fileName); DialogResult = DialogResult.OK; Close(); }