Ejemplo n.º 1
0
        private void checkSteganographyInWav_Click(object sender, EventArgs e)
        {
            CheckAudioSteganography checkAudioSteganography = new CheckAudioSteganography();

            showAndHideForms(checkAudioSteganography);
        }
Ejemplo n.º 2
0
        private void checkSteganographyInWav_Click(object sender, EventArgs e)
        {
            CheckAudioSteganography checkAudioSteganography = new CheckAudioSteganography();

            checkAudioSteganography.Show();
        }