コード例 #1
0
ファイル: Master.cs プロジェクト: leeholder/Netduino_SDK
        public static void Main()
        {
            Master_ProfilerStringTests tests = new Master_ProfilerStringTests();

            tests.LengthTest();
            tests.CompareTest();
        }
コード例 #2
0
ファイル: Master.cs プロジェクト: aura1213/netmf-interpreter
 public static void Main()
 {
     Master_ProfilerStringTests tests = new Master_ProfilerStringTests();
     tests.LengthTest();
     tests.CompareTest();
 }