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