Exemple #1
0
 public SummaryPage()
 {
     InitializeComponent();
     background.Source = ImageSource.FromResource("TokBlitzBeta.GameAssets.Pictures.bg1.png");
     TotalScore.Text   = "Totat Score: " + PointSystem.TotalScore();
 }