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

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

private ButtonApplyClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void ButtonApplyClick(object sender, EventArgs e)
        {
            this._actor.exp_basis = (int)this.numericBasis.Value;
            this._actor.exp_inflation = (int)this.numericInflation.Value;
        }