Exemplo n.º 1
0
        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            Productosxaml r = new Productosxaml();

            r.Show();
            this.Close();
        }
Exemplo n.º 2
0
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     Productosxaml r = new Productosxaml();
     r.Show();
     this.Close();
 }