示例#1
0
        private void BtnVolver_Click(object sender, RoutedEventArgs e)
        {
            GenerarEstadísticas generarEstadisticas = new GenerarEstadísticas();

            generarEstadisticas.Show();
            this.Close();
        }
示例#2
0
        private void Button_Click_Estadisticas(object sender, RoutedEventArgs e)
        {
            GenerarEstadísticas estadisticas = new GenerarEstadísticas();

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