Beispiel #1
0
        private void LocationComboBox_SelectedIndexChanged(object sender, EventArgs e)
        {
            passwordView.UpdatePassword_LocationIndex(locationComboBox.SelectedIndex);

            checksum.UpdateButtonState(passwordView.IsValidChecksum());
        }