HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2019-12-20 3291885285dfd5d4f665c20676307878dc3163bc
ZigbeeApp/Home.Ios/Main.cs
old mode 100644 new mode 100755
@@ -10,6 +10,37 @@
            // if you want to use a different Application Delegate class from "AppDelegate"
            // you can specify it here.
            UIApplication.Main(args, null, "AppDelegate");
            int count1 = (9 / 10) + 1;
            int count2 = 0;
            for (int i = 0; i < 9; i += 10)
            {
                count2++;
            }
            int count11 = (10 / 10) + 1;
            int count21 = 0;
            for (int i = 0; i < 10; i += 10)
            {
                count21++;
            }
            int count111 = (11 / 10) + 1;
            int count211 = 0;
            for (int i = 0; i < 11; i += 10)
            {
                count211++;
            }
            int count1111 = (21 / 10) + 1;
            int count2111 = 0;
            for (int i = 0; i < 21; i += 10)
            {
                count2111++;
            }
            var a = count2;
            var a1 = count21;
            var a11 = count211;
            var a111 = count2111;
        }
    }
}
}