ARCed.Database.Actors.ExperienceCurveForm.NumericInflationValueChanged C# (CSharp) Метод

NumericInflationValueChanged() приватный Метод

private NumericInflationValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void NumericInflationValueChanged(object sender, EventArgs e)
        {
            this.RefreshTable();
            if (this._actor != null)
                this._actor.exp_inflation = (int)this.numericInflation.Value;
        }