Ejemplo n.º 1
0
        private void Bt2_Click(object sender, RoutedEventArgs e)
        {
            TablaImplementos implementos = TablaImplementos.GetInstance();

            implementos.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void Btn2_Click(object sender, MouseEventArgs e)
        {
            TablaImplementos tabla = TablaImplementos.GetInstance();

            tabla.Show();
            this.Hide();
        }
Ejemplo n.º 3
0
        private void Click_volver(object sender, RoutedEventArgs e)
        {
            TablaImplementos tablaIns = TablaImplementos.GetInstance();

            tablaIns.Show();
            this.Hide();
        }
Ejemplo n.º 4
0
        private void Ocultar()
        {
            TablaImplementos impl = TablaImplementos.GetInstance();

            impl.Show();
            impl.MostrarTabla();
            this.Hide();
        }