Subversion Repository Public Repository

Nextrek

Diff Revisions 28 vs 29 for /Windows8/Minstrek/John Glen/John Glen/MainPage.xaml.cs

Diff revisions: vs.
  @@ -60,7 +60,7 @@
60 60 ObservableCollection<Bottone> listBottoni = new ObservableCollection<Bottone> { new Bottone("0", "Inizia avventura", "", "") };
61 61 String testoPrimaSchermata = "John Glen";
62 62
63 - attSchermata = new Schermata(testoPrimaSchermata, "johnGlenFirst.jpg", 1, listBottoni);
63 + attSchermata = new Schermata(testoPrimaSchermata, "jon_sfondo.jpg", 1, listBottoni);
64 64
65 65 topPanel.DataContext = attSchermata;
66 66 buttonPanel1.DataContext = attSchermata;
  @@ -381,6 +381,9 @@
381 381
382 382 private void button11_Click(object sender, RoutedEventArgs e)
383 383 {
384 +
385 + imgIniz.Visibility = Visibility.Collapsed;
386 +
384 387 //POST-CONDIZIONI
385 388 if (attSchermata.bottoni[0].postCond != "")
386 389 {