Exemple #1
0
 private void ExcursionGameButtonClick(object sender, RoutedEventArgs e)
 {
     MainWindow mainWindow = new MainWindow
                                 {
                                     Title = "Cultural Heritage Expert Workshop - New Excursion-game"
                                 };
     this.Close();
     Global.Template = TemplateType.ExcursionGame;
     mainWindow.TestExplore();
     mainWindow.Show();
 }