예제 #1
0
        private void btnListeClients_Click(object sender, EventArgs e)
        {
            ListeClients to = new ListeClients();

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

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