Exemplo n.º 1
0
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     EPME.Facture.Factcli1 fc = new Facture.Factcli1();
     fc.MdiParent = this;
     fc.Show();
 }
Exemplo n.º 2
0
 private void ficheFournisseurToolStripMenuItem_Click(object sender, EventArgs e)
 {
     EPME.Facture.Factcli1 fc = new Facture.Factcli1();
     fc.MdiParent = this;
     fc.Show();
 }