Example #1
0
        private void Bt2_Click(object sender, RoutedEventArgs e)
        {
            TablaImplementos implementos = TablaImplementos.GetInstance();

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

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

            tablaIns.Show();
            this.Hide();
        }
Example #4
0
        private void Ocultar()
        {
            TablaImplementos impl = TablaImplementos.GetInstance();

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