AsyncEventAggregatorExamples.Program.Main C# (CSharp) Method

Main() private static method

private static Main ( ) : void
return void
        private static void Main()
        {
            Example1();
            Example2();

            Console.WriteLine("Press <Enter> to exit.");
            Console.ReadLine();
        }