Example #1
0
 public void ActionB()
 {
     Console.WriteLine(nameof(ActionB));
     Mediator.Notify(this, Actions.D);
 }