Ejemplo n.º 1
0
 private void btnResetLineDebouncerTimeAbs_Click(object sender, EventArgs e)
 {
     UpDownLineDebouncerTimeAbs.Value = (decimal)camera1.LineDebouncerTimeAbsInit;
     UpDownLineDebouncerTimeAbs.Refresh();
 }
Ejemplo n.º 2
0
 private void trackBarLineDebouncerTimeAbs_Scroll(object sender, EventArgs e)
 {
     UpDownLineDebouncerTimeAbs.Value = trackBarLineDebouncerTimeAbs.Value;
     UpDownLineDebouncerTimeAbs.Refresh();
 }