Пример #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();
 }
Пример #2
0
 private void btnCreateBarcode_Click(object sender, EventArgs e)
 {
     BarCode.Barcode_machine go = new BarCode.Barcode_machine();
     go.MdiParent = this.ParentForm;
     go.Show();
 }
Пример #3
0
 private void barcodeMachineToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BarCode.Barcode_machine go = new BarCode.Barcode_machine();
     go.MdiParent = this;
     go.Show();
 }