示例#1
0
        private static void Test14()
        {
            var fixture = new UInt16Fixture();

            fixture.Newarr();
        }
示例#2
0
        private static void Test5b()
        {
            var fixture = new UInt16Fixture();

            fixture.AddU2U2(1, 2);
        }