Exemplo n.º 1
0
 internal void InvokeQuitACrewEvent(QuitACrewEvent arg)
 {
     QuitACrewEvent?.Invoke(this, arg);
 }
Exemplo n.º 2
0
 internal void InvokeQuitACrewEvent(QuitACrewEvent arg) => QuitACrewEvent?.Invoke(null, arg);