private void barcodeGeneratorToolStripMenuItem_Click(object sender, EventArgs e) { BarcodeGenerator bc = new Asset_Management_System.BarcodeGenerator(); bc.Show(); }
private void btnBarcodeWin_Click(object sender, EventArgs e) { BarcodeGenerator bc = new Asset_Management_System.BarcodeGenerator(); bc.Show(); }