예제 #1
0
 private void btnlink_Click(object sender, EventArgs e)
 {
     //CreateBarcode go = new CreateBarcode();
     //go.MdiParent = this.ParentForm;
     //go.Show();
     BarCode.BarcodeCreator go = new BarCode.BarcodeCreator();
     go.MdiParent = this.ParentForm;
     go.Show();
 }
예제 #2
0
 private void barcodeCreatorToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BarCode.BarcodeCreator go = new BarCode.BarcodeCreator();
     go.MdiParent = this;
     go.Show();
 }