private static void RunEventDelegateExample() { Console.WriteLine("--- Start Event/Delegate Example ---"); IObserverRunner.RunDemo(); Console.WriteLine("--- End Event/Delegate Example ---"); }
private static void RunIObserverExample() { Console.WriteLine("--- Start IObserver Example ---"); IObserverRunner.RunDemo(); Console.WriteLine("--- End IObserver Example ---"); }