Esempio n. 1
0
        private void btnListeClients_Click(object sender, EventArgs e)
        {
            ListeClients to = new ListeClients();

            to.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void listerToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ListeClients to = new ListeClients();

            to.Show();
            this.Hide();
        }