Exemplo n.º 1
0
 void BtnNouveauProjetClick(object sender, EventArgs e)
 {
     ActionButtonGeneric.GoNextForm(this, new Vues.CreerClient());
 }
Exemplo n.º 2
0
 void BtnOuvrirProjetClick(object sender, EventArgs e)
 {
     ActionButtonGeneric.GoNextForm(this, new OuvrirProjet());
 }
Exemplo n.º 3
0
 void BtnConfig_Click(object sender, EventArgs e)
 {
     ActionButtonGeneric.GoNextForm(this, new GestionConfiguration());
 }
Exemplo n.º 4
0
 void BtnGoMatièreClick(object sender, EventArgs e)
 {
     ActionButtonGeneric.GoNextForm(this, new GestionMatière());
 }
Exemplo n.º 5
0
 void BtnFourn_Click(object sender, EventArgs e)
 {
     ActionButtonGeneric.GoNextForm(this, new GestionFournisseur());
 }
Exemplo n.º 6
0
 void BtnGamme_Click(object sender, EventArgs e)
 {
     ActionButtonGeneric.GoNextForm(this, new GestionGamme());
 }