Ejemplo n.º 1
0
 private void b_10BlankTags_Click(object sender, EventArgs e)
 {
     if (x.ActiveEventStatus)
     {
         x.CreateBlankBatch(10);
         LoadEventInfo();
     }
     else
     {
         MessageBox.Show("The Inventory Event must be active to proceed.");
     }
 }