コード例 #1
0
 private void btnResetLineDebouncerTimeAbs_Click(object sender, EventArgs e)
 {
     UpDownLineDebouncerTimeAbs.Value = (decimal)camera1.LineDebouncerTimeAbsInit;
     UpDownLineDebouncerTimeAbs.Refresh();
 }
コード例 #2
0
 private void trackBarLineDebouncerTimeAbs_Scroll(object sender, EventArgs e)
 {
     UpDownLineDebouncerTimeAbs.Value = trackBarLineDebouncerTimeAbs.Value;
     UpDownLineDebouncerTimeAbs.Refresh();
 }