Exemplo n.º 1
0
        private void btAdd_Click(object sender, EventArgs e)
        {
            AddClient ac = new AddClient();

            ac.Show();
        }