wxr
2020-03-05 0bdc0a135dbe31761b53f432ed34f347f0a4e36b
HDL_ON/UI/MainPage.cs
@@ -26,6 +26,23 @@
        /// </summary>
        public static int Company = 0;
        public static bool Increase
        {
            get
            {
#if __IOS__
                if (Application.PhoneType>10)
                {
                    return true;
                }
                return false;
#else
                return false;
#endif
            }
        }
        public static void Show()
        {
            try