AsyncEventAggregatorExamples.Program.Main C# (CSharp) Méthode

Main() private static méthode

private static Main ( ) : void
Résultat void
        private static void Main()
        {
            Example1();
            Example2();

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