예제 #1
0
        //--//

        public static void Main()
        {
            Master_ProfilerThreadTests tests = new Master_ProfilerThreadTests();
            tests.SleepTest();
            tests.MonitorTest();
            tests.TimerTest();
        }
예제 #2
0
        //--//

        public static void Main()
        {
            Master_ProfilerThreadTests tests = new Master_ProfilerThreadTests();

            tests.SleepTest();
            tests.MonitorTest();
            tests.TimerTest();
        }