コード例 #1
0
        private void checkSteganographyInImg_Click(object sender, EventArgs e)
        {
            CheckImageSteganography checkImageSteganography = new CheckImageSteganography();

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

            checkImageSteganography.Show();
        }