Esempio n. 1
0
        void nextButtonClick(object sender, EventArgs e)
        {
            _controller.Password      = passwordMaskedTextBox.Text;
            _controller.ImageLocation = imageLocationTextBox.Text;

            _controller.OpenImage();
        }