Exemple #1
0
        private void btProd_Click(object sender, RoutedEventArgs e)
        {
            altaProducto w = new altaProducto();

            w.Show();
            this.Close();
        }
Exemple #2
0
        private void btRegresar_Click(object sender, RoutedEventArgs e)
        {
            altaProducto w = new altaProducto();

            w.Show();
            this.Hide();
        }
Exemple #3
0
        private void Button_Click_1(object sender, RoutedEventArgs e)
        {
            altaProducto w = new altaProducto();

            w.Show();
            this.Hide();
        }