Esempio n. 1
0
        private void Button_Click_1(object sender, System.Windows.RoutedEventArgs e)
        {
            FrmAgregarCliente frmAgregarCliente = new FrmAgregarCliente();

            this.Close();
            frmAgregarCliente.Show();
        }
Esempio n. 2
0
        private void btnClientes_Click(object sender, RoutedEventArgs e)
        {
            FrmAgregarCliente cliente = new FrmAgregarCliente();

            this.Close();
            cliente.Show();
        }