Ejemplo n.º 1
0
        private void createButton_Click(object sender, EventArgs e)
        {
            NewClientForm newClientForm = new NewClientForm();

            newClientForm.Show();
        }
Ejemplo n.º 2
0
        private void addCleintButton_Click(object sender, EventArgs e)
        {
            NewClientForm newClient = new NewClientForm();

            newClient.Show();
        }