Exemple #1
0
        private void changeStatVal(object sender, EventArgs e)
        {
            if (editing)
            {
                return;
            }
            int index = CB_Stats.SelectedIndex;

            SAV.setRecord(index, (int)NUD_Stat.Value);
        }