Exemplo n.º 1
0
            private static void Main()
            {
                // Create an instance of the sample class
                // and call its Run() method to start it.
                var app = new InvokePatternApp();

                app.Run();
            }
Exemplo n.º 2
0
            private static void Main()
            {
                // Create an instance of the sample class 
                // and call its Run() method to start it.
                var app = new InvokePatternApp();

                app.Run();
            }