Exemplo n.º 1
0
        private void checkSteganographyInImg_Click(object sender, EventArgs e)
        {
            CheckImageSteganography checkImageSteganography = new CheckImageSteganography();

            showAndHideForms(checkImageSteganography);
        }
Exemplo n.º 2
0
        private void checkSteganographyInImg_Click(object sender, EventArgs e)
        {
            CheckImageSteganography checkImageSteganography = new CheckImageSteganography();

            checkImageSteganography.Show();
        }