internal void InvokeSystemsShutdownEvent(SystemsShutdownEvent arg)
 {
     SystemsShutdownEvent?.Invoke(this, arg);
 }
Beispiel #2
0
 internal void InvokeSystemsShutdownEvent(SystemsShutdownEvent arg) => SystemsShutdownEvent?.Invoke(null, arg);