예제 #1
0
        /* --------------------------------------- EVENTOS --------------------------------------- */

        // BOTÓN INICIO CON PARÁMETROS
        private void button1_Click(object sender, RoutedEventArgs e)
        {
            var opcions = new OpcionesV2();

            opcions.Show();
            this.Close();
        }
예제 #2
0
파일: Inicio.xaml.cs 프로젝트: revuel/is
        /* --------------------------------------- EVENTOS --------------------------------------- */

        // BOTÓN INICIO CON PARÁMETROS
        private void button1_Click(object sender, RoutedEventArgs e)
        {
            var opcions = new OpcionesV2();
            opcions.Show();
            this.Close();
        }