Exemplo n.º 1
0
        private void button12_Click(object sender, EventArgs e)
        {
            Cadastrar_Cliente cliente = new Cadastrar_Cliente();

            Hide();
            cliente.ShowDialog();
            Show();
        }
Exemplo n.º 2
0
        private void button_Click(object sender, RoutedEventArgs e)
        {
            Cadastrar_Cliente crud = new Cadastrar_Cliente();

            crud.ShowDialog();
        }