Exemple #1
0
 private void InvokePostGame()
 {
     if (PostGame != null)
     {
         PostGame.Invoke(this, GenerateEventArgs());
     }
 }