Ejemplo n.º 1
0
        private static void RunAsCommandLine()
        {
            MonitorHost host = new MonitorHost();
            host.Start();

            Console.ReadLine();
            host.Stop();

            Console.ReadLine();
        }
Ejemplo n.º 2
0
        private static void RunAsCommandLine()
        {
            MonitorHost host = new MonitorHost();

            host.Start();

            Console.ReadLine();
            host.Stop();

            Console.ReadLine();
        }