コード例 #1
0
ファイル: Program.cs プロジェクト: fritsduus/WinSrvMonitor
        private static void RunAsCommandLine()
        {
            MonitorHost host = new MonitorHost();
            host.Start();

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

            Console.ReadLine();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: lulzzz/WinSrvMonitor
        private static void RunAsCommandLine()
        {
            MonitorHost host = new MonitorHost();

            host.Start();

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

            Console.ReadLine();
        }