Ejemplo n.º 1
0
        private void Cancelar_add_Click(object sender, RoutedEventArgs e)
        {
            Gestionar_plataforma gestionar = new Gestionar_plataforma();

            gestionar.Show();
            this.Close();
        }
Ejemplo n.º 2
0
        private void plat_Selected(object sender, RoutedEventArgs e)
        {
            Gestionar_plataforma gestionar = new Gestionar_plataforma();

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