Exemplo n.º 1
0
 public void OnStartGameRequestEvent(object sender, StringEventArgs e)
 {
     StartGameRequestEvent?.Invoke(sender, e);
 }
Exemplo n.º 2
0
 public void OnLoggingEvent(object sender, StringEventArgs e)
 {
     LoggingEvent?.Invoke(sender, e);
 }