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