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

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