Exemple #1
0
 public TakingPicturePage(TakingPicture tp, Attraction attraction)
 {
     InitializeComponent();
     pc = PhotosController.GetInstance();
     gc = GameController.getInstance();
     scoreLabel.Text       = AppResources.score + ": " + gc.GetScore();
     CameraButton.Clicked += CameraButton_Clicked;
     subtitles.Source      = ServerConection.URL_MEDIA + "subtitles.jpg";
     info.Source           = ServerConection.URL_MEDIA + "info.jpg";
     playVideo.Source      = ServerConection.URL_MEDIA + "playVideo.jpg";
     how.Source            = ServerConection.URL_MEDIA + "how.png";
     this.tp         = tp;
     this.attraction = attraction;
 }