Binboo.ConfigForm.txtPassword_TextChanged C# (CSharp) Method

txtPassword_TextChanged() private method

private txtPassword_TextChanged ( object sender, System e ) : void
sender object
e System
return void
        private void txtPassword_TextChanged(object sender, System.EventArgs e)
        {
            EnsurePasswordsMatches(txtPassword, txtPasswordCheck);
        }