Esempio n. 1
0
        private void addClientOpenForm_Click(object sender, EventArgs e)
        {
            if (addClient != null)
            {
                addClient.Hide();
                addClient = null;
            }

            addClient = new Forms.AddClient();
            addClient.Show();
        }
Esempio n. 2
0
        private void addClientOpenForm_Click(object sender, EventArgs e)
        {
            if (addClient != null)
            {
                addClient.Hide();
                addClient = null;
            }

            addClient = new Forms.AddClient();
            addClient.Show();
        }