private void trackBarT1_Scroll(object sender, EventArgs e) { state.UpdateAxis(Enums.Axis.trigL, (byte)numericUpDownTX.Value); UpdateForm(); }