Exemplo n.º 1
0
 private void matchedBOMToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BomOffer.MatchedBom mactchBom = new BomOffer.MatchedBom();
     mactchBom.MdiParent = this;
     mactchBom.Show();
 }
Exemplo n.º 2
0
 private void matchedBOMToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BomOffer.MatchedBom mactchBom = new BomOffer.MatchedBom();
     mactchBom.MdiParent = this;
     mactchBom.Show();
 }