Example #1
0
 private bool OnAddGames(object input, object output)
 {
     return(AddGamesWindow.AddGames(this, (Score)input, (GameList)output));
 }