Esempio n. 1
0
        private void decodeAnythingFromImage_Click(object sender, EventArgs e)
        {
            DecodeAnythingFromImg decodeAnythingFromImg = new DecodeAnythingFromImg();

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

            decodeAnythingFromImg.Show();
        }