コード例 #1
0
ファイル: Master.cs プロジェクト: aura1213/netmf-interpreter
        //--//

        public static void Main()
        {
            Master_ProfilerThreadTests tests = new Master_ProfilerThreadTests();
            tests.SleepTest();
            tests.MonitorTest();
            tests.TimerTest();
        }
コード例 #2
0
ファイル: Master.cs プロジェクト: leeholder/Netduino_SDK
        //--//

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

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