Ejemplo n.º 1
0
 private void createBarcodeToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BarCode.Barcode_machine go = new BarCode.Barcode_machine();
     go.MdiParent = this;
     go.Show();
     //BarcodeRDLC go = new BarcodeRDLC();
     //    go.MdiParent = this;
     //    go.Show();
 }
Ejemplo n.º 2
0
 private void btnCreateBarcode_Click(object sender, EventArgs e)
 {
     BarCode.Barcode_machine go = new BarCode.Barcode_machine();
     go.MdiParent = this.ParentForm;
     go.Show();
 }
Ejemplo n.º 3
0
 private void barcodeMachineToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BarCode.Barcode_machine go = new BarCode.Barcode_machine();
     go.MdiParent = this;
     go.Show();
 }