ARCed.Database.Actors.ExperienceCurveForm.NumericInflationValueChanged C# (CSharp) Method

NumericInflationValueChanged() private method

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