Binboo.ConfigForm.txtPasswordCheck_TextChanged C# (CSharp) Method

txtPasswordCheck_TextChanged() private method

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