コード例 #1
0
        private void checkSteganographyInWav_Click(object sender, EventArgs e)
        {
            CheckAudioSteganography checkAudioSteganography = new CheckAudioSteganography();

            showAndHideForms(checkAudioSteganography);
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: Dark-Mute/Steganography
        private void checkSteganographyInWav_Click(object sender, EventArgs e)
        {
            CheckAudioSteganography checkAudioSteganography = new CheckAudioSteganography();

            checkAudioSteganography.Show();
        }