Exemplo n.º 1
0
        private void btnInmuebles_Click(object sender, System.Windows.RoutedEventArgs e)
        {
            FrmAgregarInmueble inmueble = new FrmAgregarInmueble();

            this.Close();
            inmueble.Show();
        }
Exemplo n.º 2
0
        private void Button_Click(object sender, System.Windows.RoutedEventArgs e)
        {
            FrmAgregarInmueble frmAgragarInmueble = new FrmAgregarInmueble();

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