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

            showAndHideForms(checkImageSteganography);
        }
Beispiel #2
0
        private void checkSteganographyInImg_Click(object sender, EventArgs e)
        {
            CheckImageSteganography checkImageSteganography = new CheckImageSteganography();

            checkImageSteganography.Show();
        }