TraktPlugin.Configuration.cbParentalIgnoreShowCertifications_CheckedChanged C# (CSharp) Méthode

cbParentalIgnoreShowCertifications_CheckedChanged() private méthode

private cbParentalIgnoreShowCertifications_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void cbParentalIgnoreShowCertifications_CheckedChanged(object sender, EventArgs e)
        {
            TraktSettings.ParentalIgnoreShowRatingEnabled = cbParentalIgnoreShowCertifications.Checked;
            cboTVCertifications.Enabled = cbParentalIgnoreShowCertifications.Checked;
        }