Beispiel #1
0
 public static void PerformSomeEvent(CommandRecievedEventArgs commandRecievedEventArgs)
 {
     NotifyAllHandlerRemoved.Invoke(commandRecievedEventArgs);
 }
Beispiel #2
0
 public static void NotifyAll(CommandRecievedEventArgs commandRecievedEventArgs)
 {
     NotifyAllHandlerRemoved?.Invoke(commandRecievedEventArgs);
 }