private void checkSteganographyInWav_Click(object sender, EventArgs e) { CheckAudioSteganography checkAudioSteganography = new CheckAudioSteganography(); showAndHideForms(checkAudioSteganography); }
private void checkSteganographyInWav_Click(object sender, EventArgs e) { CheckAudioSteganography checkAudioSteganography = new CheckAudioSteganography(); checkAudioSteganography.Show(); }