Ejemplo n.º 1
0
 private void ScrollLeftBtn_Click(object sender, EventArgs e)
 {
     _tapePunch.ScrollRight(_tapePunch.VisiblePunchLines - 1);
 }