Example #1
0
        private static void Main(string[] args)
        {
            var host = new HostMefInAnApplication();
            host.Run();

            Console.Read();
        }
Example #2
0
        static void Main(string[] args)
        {
            var host = new HostMefInAnApplication();

            host.Run();

            Console.Read();
        }