Example #1
0
        private void decodeAnythingFromImage_Click(object sender, EventArgs e)
        {
            DecodeAnythingFromImg decodeAnythingFromImg = new DecodeAnythingFromImg();

            showAndHideForms(decodeAnythingFromImg);
        }
Example #2
0
        private void decodeAnythingFromImage_Click(object sender, EventArgs e)
        {
            DecodeAnythingFromImg decodeAnythingFromImg = new DecodeAnythingFromImg();

            decodeAnythingFromImg.Show();
        }