Example #1
0
        private void addClient_Click(object sender, EventArgs e)
        {
            ClientForm client = new ClientForm();

            client.ShowDialog();
        }
Example #2
0
        private void btnClient_Click(object sender, EventArgs e)
        {
            ClientForm c = new ClientForm();

            c.ShowDialog();
        }