Esempio n. 1
0
        private void btnManipulator_Click(object sender, EventArgs e)
        {
            AddClient AC = new AddClient();

            AC.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void addClientsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AddClient ad = new AddClient();

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