Ejemplo n.º 1
0
 public static void PerformSomeEvent(CommandRecievedEventArgs commandRecievedEventArgs)
 {
     NotifyAllHandlerRemoved.Invoke(commandRecievedEventArgs);
 }
Ejemplo n.º 2
0
 public static void NotifyAll(CommandRecievedEventArgs commandRecievedEventArgs)
 {
     NotifyAllHandlerRemoved?.Invoke(commandRecievedEventArgs);
 }