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