private void checkSteganographyInImg_Click(object sender, EventArgs e) { CheckImageSteganography checkImageSteganography = new CheckImageSteganography(); showAndHideForms(checkImageSteganography); }
private void checkSteganographyInImg_Click(object sender, EventArgs e) { CheckImageSteganography checkImageSteganography = new CheckImageSteganography(); checkImageSteganography.Show(); }