Exemplo n.º 1
0
        private void NumBoxSourceYaw_ValueChanged(object sender, EventArgs e)
        {
            if (NumBoxSourceYaw != ActiveControl)
            {
                return;
            }
            decimal cm = Quake.CmFromSense(
                NumBoxSourceSense.Value,
                NumBoxDPI.Value,
                NumBoxSourceYaw.Value
                );

            UpdateAllNumBoxes(cm);
        }