Exemple #1
0
 private void LivesCounterTextBinding(object sender, MonkeyLivesEventArgs e)
 {
     LivesCounter.Text = string.Format(LivesCounterStringFormat, e.NumberofLives.ToString());
 }
Exemple #2
0
 private void AllLivesUsedBinding(object sender, MonkeyLivesEventArgs e)
 {
     OnGameoverWithNoLives(new MonkeyBoardGameoverEventArgs(CurrentBoard.BoardLevel, MapPathList.Count, e.NumberofLives));
 }