Exemplo n.º 1
0
        private void btCatalogueAccueil_Click(object sender, EventArgs e)
        {
            textBoxLogin.Select();
            FormCatalogue f = new FormCatalogue();

            f.ShowDialog();
        }
Exemplo n.º 2
0
        private void btCatalogue_Click(object sender, EventArgs e)
        {
            FormCatalogue f = new FormCatalogue();

            f.ShowDialog();
            RafraichirPanier();
        }