ARCed.Database.Actors.ExperienceCurveForm.NumericInflationValueChanged C# (CSharp) Méthode

NumericInflationValueChanged() private méthode

private NumericInflationValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void NumericInflationValueChanged(object sender, EventArgs e)
        {
            this.RefreshTable();
            if (this._actor != null)
                this._actor.exp_inflation = (int)this.numericInflation.Value;
        }