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