Ejemplo n.º 1
0
 private void button10_Click(object sender, EventArgs e)
 {
     if (UserData.RowCount > 0 &&
         UserData.CurrentRow.Index > -1 &&
         UserData.CurrentRow != null)
     {
         evokWork.ShowBarCode(UserData.CurrentRow.Index);
     }
 }