Exemple #1
0
 /// <summary>
 /// Handles the KnobChangeValue event of the Knob3 control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="ZeroitLBKnobEventArgs"/> instance containing the event data.</param>
 private void Knob3_KnobChangeValue(object sender, ZeroitLBKnobEventArgs e)
 {
     mainControl_NoOfFlashes_Numeric.Value = Convert.ToInt32(knob3.Value);
 }
Exemple #2
0
 /// <summary>
 /// Handles the KnobChangeValue event of the Knob2 control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="ZeroitLBKnobEventArgs"/> instance containing the event data.</param>
 private void Knob2_KnobChangeValue(object sender, ZeroitLBKnobEventArgs e)
 {
     mainControl_Destination_Numeric.Value = Convert.ToInt32(knob2.Value);
 }