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