Esempio n. 1
0
        private void editClientsToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            EditClients newForm = new EditClients();

            newForm.Owner = this;
            newForm.Show();
        }
Esempio n. 2
0
        private void viewClientsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            EditClients newForm = new EditClients();

            newForm.Show();
        }