From 7153e420d66bce0a06b7e972ac3a5c34197fa2e5 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 18 十一月 2020 20:02:13 +0800 Subject: [PATCH] 2020-11-18 1.修改完善手机绑定和解绑。 --- .vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhone.json | 2 .vs/HDL_APP_Project/xs/project-cache/HDL-ON_Android-Debug.json | 2 HDL-ON_iOS/AppDelegate.cs | 4 HDL_ON/HDL_ON.projitems | 4 HDL_ON/DAL/Server/IMessageCommon.cs | 6 HDL_ON/Entity/UserInfo.cs | 2 HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs | 388 +++++++------- HDL-ON_iOS/Resources/Language.ini | 8 HDL_ON/DAL/Server/NewApiRes.cs | 23 HDL_ON/Common/Utlis.cs | 140 +++++ HDL_ON/UI/UI1-Login/RegisterPageBLL.cs | 2 HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindVerificationCodePage.cs | 103 ++- HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs | 1 .vs/HDL_APP_Project/xs/UserPrefs.xml | 38 - HDL_ON/UI/MainPage.cs | 10 HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs | 99 ++- HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs | 37 + HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs | 53 + HDL_ON/UI/UI1-Login/LoginPageBLL.cs | 11 HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs | 4 HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs | 16 HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs | 225 ++++++++ HDL_ON/DAL/Server/HttpUtil.cs | 14 HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs | 260 ++++---- .vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhoneSimulator.json | 2 HDL_ON/Common/R.cs | 16 HDL_ON/DAL/Server/HttpServerRequest.cs | 87 ++- HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs | 5 28 files changed, 1,059 insertions(+), 503 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index e6d5c5a..6a2b5b8 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,43 +1,17 @@ 锘�<Properties StartupConfiguration="{D998E133-F0DD-4760-BE3C-461632F54DA4}|Default"> - <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS automaticSigning="False" PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008030-00014C392121802E" /> - <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs"> + <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS automaticSigning="False" PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneSimulatorTarget.B3EF0014-BB7F-49A2-A6B2-1A18D4F32C13" /> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL-ON_iOS/Resources/Language.ini"> <Files> - <File FileName="HDL_ON/UI/MainPage.cs" Line="17" Column="25" IsPinned="True" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPageBLL.cs" Line="69" Column="123" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPageBLL.cs" Line="199" Column="88" /> - <File FileName="HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs" Line="7" Column="25" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs" Line="1" Column="1" /> + <File FileName="HDL-ON_iOS/Resources/Language.ini" Line="440" Column="21" /> </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> <Node name="HDL_APP_Project" expanded="True"> - <Node name="HDL_ON" expanded="True"> - <Node name="Common" expanded="True" /> - <Node name="DAL" expanded="True"> - <Node name="Server" expanded="True" /> - </Node> - <Node name="Entity" expanded="True"> - <Node name="ResponseEntity" expanded="True"> - <Node name="ResidenceMemberInfo.cs" selected="True" /> - </Node> - </Node> - <Node name="UI" expanded="True"> - <Node name="UI1-Login" expanded="True" /> - <Node name="UI2" expanded="True"> - <Node name="4-PersonalCenter" expanded="True"> - <Node name="AccountBindInfo" expanded="True" /> - <Node name="MemberManagement" expanded="True" /> - <Node name="ResetAccountPassword" expanded="True" /> - <Node name="RoomListManage" expanded="True" /> - <Node name="UnlockSetting" expanded="True" /> - </Node> - </Node> - </Node> - </Node> <Node name="HDL-ON_iOS" expanded="True"> - <Node name="References" expanded="True" /> <Node name="Resources" expanded="True"> - <Node name="js" expanded="True" /> + <Node name="Language.ini" selected="True" /> </Node> </Node> </Node> @@ -51,7 +25,7 @@ <String>Shared.Droid.TouchID/Shared.Droid.TouchID.csproj</String> <String>Shared.IOS/Shared.IOS.csproj</String> </DisabledProjects> - <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|iPhone" /> + <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> <MonoDevelop.Ide.ItemProperties.HDL-ON__Android AndroidDesignerPreferredTheme="AppTheme" AndroidDesignerPreferredDevice="Nexus 4" PreferredExecutionTarget="Android.364c4b3158493098" /> <MonoDevelop.Ide.DebuggingService.Breakpoints> <BreakpointStore> diff --git a/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_Android-Debug.json b/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_Android-Debug.json index 39913f5..00080b3 100644 --- a/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_Android-Debug.json +++ b/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_Android-Debug.json @@ -1 +1 @@ -{"Format":1,"ProjectReferences":[],"MetadataReferences":[{"FilePath":"/Users/jlchen/.nuget/packages/fastandroidcamera/2.0.0/lib/MonoAndroid403/FastAndroidCamera.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Java.Interop.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v8.0/Mono.Android.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/mqttnet/3.0.8/lib/netstandard2.0/MQTTnet.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/newtonsoft.json/12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/restsharp/106.11.7/lib/netstandard2.0/RestSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.Droid.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.Droid.HDLWidget.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Android/Shared.Droid.JLCountryCode.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Android/Shared.Droid.Smartrefresh.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Android/Shared.Droid.TouchID.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Net.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Web.Services.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.arch.core.common/1.1.1.3/lib/monoandroid80/Xamarin.Android.Arch.Core.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.arch.lifecycle.common/1.1.1.3/lib/monoandroid80/Xamarin.Android.Arch.Lifecycle.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.arch.lifecycle.runtime/1.1.1.3/lib/monoandroid80/Xamarin.Android.Arch.Lifecycle.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.animated.vector.drawable/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Animated.Vector.Drawable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.annotations/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.compat/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Compat.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.core.ui/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Core.UI.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.core.utils/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Core.Utils.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.customtabs/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.CustomTabs.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.design/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Design.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.fragment/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Fragment.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.media.compat/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Media.Compat.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.transition/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Transition.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.v4/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.v4.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.v7.appcompat/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.v7.AppCompat.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.v7.recyclerview/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.v7.RecyclerView.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.vector.drawable/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Vector.Drawable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.essentials/1.3.1/lib/monoandroid80/Xamarin.Essentials.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/MonoAndroid71/ZXing.Net.Mobile.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/MonoAndroid71/zxing.portable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/MonoAndroid71/ZXingNetMobile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Cng.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encryption.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.DeriveBytes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.Xsl.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Cache.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Utilities.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Principal.Windows.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Hashing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Text.Encoding.CodePages.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.HttpListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Pkcs.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Data.SqlClient.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Mail.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Tasks.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/Microsoft.Win32.Registry.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.RSA.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceProcess.ServiceController.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Loader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.AuthenticationManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Tracing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Buffers.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encryption.ECDsa.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.OpenSsl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/Microsoft.Win32.Registry.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.RandomNumberGenerator.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.ProtectedData.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XPath.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.ServicePoint.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Resources.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.TypeExtensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Hashing.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.TraceEvent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.DispatchProxy.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encryption.Aes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Memory.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Drawing.Common.dll","Aliases":[],"Framework":null}],"Files":["/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/MainActivity.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/Resource.designer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Properties/AssemblyInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Application.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Scan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/ZXingCustomScanView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/ZXingOverlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Other/JLCountrycode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/MainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/HttpListener.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/FileUtils.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/R.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MyWebClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequest.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResponsePack.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/EmptyHttpReques.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequestBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Room.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/MyEnum.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/DB_ResidenceData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Function.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Target.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/UdpSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CRC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Packet.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/OnAppConfig.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/UserInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_Udp_Bus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/BusData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmebly.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/CSS/CSS.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseFloorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ResetPassword_VerificationCode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/BaseView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDiv.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDivBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/A_Protocol_Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificaitionPublicBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Scene.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/FunctionList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/AC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Curtain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/FloorHeating.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Light.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/CityInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/OperationSuccessPromptPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockGesturePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/AppUnlockPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CommonPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Fan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/SwitchSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/TV.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Sensor.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/AProtocolEntity.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31USBMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayStatus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LocalMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyListMusic.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SizeClass.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TipView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicSourceView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SongView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/UpdateThread.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/UpdataTcpResidenceDataDialog.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/GalleryPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_Cloud.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AboutOnPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Automation/AutomationMenuPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpServer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Panel/PanelPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/SearchDevicePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/DeviceModule.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/SBK_SceneListObj.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSettingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewAPI.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpUtil.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/Utlis.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/IMessageCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewApiRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/AboutResources.txt","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Properties/AndroidManifest.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/AboutAssets.txt","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/colors.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/dimens.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/ic_launcher_background.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/strings.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/styles.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/menu/menu_main.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-anydpi-v26/ic_launcher.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/drawable/Loading.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/drawable/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-xxhdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/xml/network_security_config.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/xml/file_paths.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/layout/zxing_layout.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-xhdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-mdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-hdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-anydpi-v26/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-xxxhdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Language.ini","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Classification/ToggleDisplayLarge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Classification/ToggleDisplayThumbnail.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Classification/Room/AllCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Classification/Room/Roombg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/MsgIconTip.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/SceneCovered.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/MsgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/NoCollectionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/Functionbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/ChangeViewbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/CollectionWhiteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/FunctionOnbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/CollectionGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/IntellectualizationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/ClassificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/UserPageNavbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/PersonalCenterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/IntellectualizationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/ClassificationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/PersonalCenterIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/ShowPasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/SearchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/VerificationCodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/AccountIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/QQIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/WechatIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/HidePasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/EmailIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/ChooseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/RightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/MinusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/EditIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Fragmentbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DownIcon_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/LocationAddressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/TipIcon_Failed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/ChooseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Switch_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Logo-bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Logo.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/TipIcon_Successfully.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/FuncInfoSetIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/ThumbImage.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AddIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/PlusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/SwitchOn_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/PowerClose.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/PowerOpen.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/transparent.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/ChooseRoomListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Right.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/BackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DeviceInfoIcon/TempIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DeviceInfoIcon/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DeviceInfoIcon/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DeviceInfoIcon/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/MsgIcon/LoadingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/MsgIcon/TipIconWhite.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/MsgIcon/TipIconBlack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/13.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/18.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/45.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/0.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/bluetooth.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/addMusic1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/prve1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/love1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/selectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/playList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/myLove.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/radio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/filePlay.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/collect.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/loveMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/qqMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/clear.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/radioIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/musicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/file.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/vol.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/usb.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/localMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/next1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/loveSelected1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/selectedMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/noMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/addMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/playBj.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/loveRadio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/list.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/set.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/nextSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/Merge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/playStatus.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/random.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/collectSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/pause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/progressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/prevSeletced.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/MusicBack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/fileList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/myList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/single.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/next.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/filePause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/line.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/loveSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/sourceNetx.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/love.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/pause1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/play1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/play.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/noSelectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/next1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/prev.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/prve1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TVIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanIconBgGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TVThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVPowerIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/PlusIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TV123Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVRightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVOkIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVleftIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVMenuUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVMenuIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/MenuBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVBackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVMuteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/ReduceIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVMenuDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/FloorHeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/OrdinaryIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/NightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/AwayIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/OrdinaryIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/NightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/FloorHeatingThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/FloorHeatingOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/AwayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AutoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/LowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AcOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AcIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DehumidificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AirSupplyIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/LowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DivBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DivBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/CoolIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindMediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindLowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AirSupplyIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindLowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindMediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HeatingIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/MediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/CoolIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AutoIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DehumidificationIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindHighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindHighIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/MediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HeatIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AcThinIcon1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainCloseWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainCloseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOpenIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainCloseBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOpenWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOpenOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainStopOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOpenBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainStopIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainBgOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/MusicFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/FreshAirFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/EnergyMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/EnvironmentalFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/SecurityMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/LightFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/VideoIntercomFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/PanelFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/FloorHeatingFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/ACFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/CurtainFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/ElectricFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/SensorFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/DoorLockFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/TipInfoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/WeatherFanSpeedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SensorColorTipBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/DiagramIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SmogIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/UpArrow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/DiagramIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/LocationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/LightOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/ColorWheel.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/LightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/LightThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/MovieMark.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/s1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/s2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/DelayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/SceneIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/GeneralSettingsIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AuxiliaryFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResidenceArmIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AddFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/SupportIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/UserTypebg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/SwitchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResidenceManageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AdminTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/NightViewIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResidenceMemberIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResidenceDataBackupIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/MemberTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/PersonalData/QRcodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/3On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/FingerIconRed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/1On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/FingerprintIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/4On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/GestureIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/GestureGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/FaceIdIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/index.html","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/echartsNew.html","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/echarts-gl.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/20190126.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/world.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/echarts-all.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/dataTool.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/ecStat.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/china.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/echarts.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/bmap.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/macarons.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/macarons2.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/red.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/roma.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/helianthus.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/green.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/infographic.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/shine.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/gray.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/sakura.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/blue.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/dark.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/mint.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DiyThumbIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DiyThumbIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicPlayOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicPlayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/InfoOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/HomePageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/CollectionIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/HomePageIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeList4bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeList2bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeList1bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeList3bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResetPassword/DialogTipTitleIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/RelayOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/RelayBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DiyThumbIcon2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTVOC.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconPm25.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconCO2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTemp.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconHumidity.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/CreateScene3Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/CreateScene1Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/CreateScene2Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/FuncInfoSetIcon_white.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/chooseTipIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg10.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg9.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg8.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg7.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/BrightnessBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/RollingShutterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/MotorCurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/OnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/TipNot.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/DeviceIcon/VoicePanelIcon.png","/Users/jlchen/.nuget/packages/xamarin.android.arch.lifecycle.runtime/1.1.1.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.media.compat/28.0.0.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.core.ui/28.0.0.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.v7.recyclerview/28.0.0.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.animated.vector.drawable/28.0.0.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.design/28.0.0.3/proguard/monoandroid80/proguard.txt"],"BuildActions":["Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","None","None","None","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","ProguardConfiguration","ProguardConfiguration","ProguardConfiguration","ProguardConfiguration","ProguardConfiguration","ProguardConfiguration"],"Analyzers":[],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file +{"Format":1,"ProjectReferences":[],"MetadataReferences":[{"FilePath":"/Users/jlchen/.nuget/packages/fastandroidcamera/2.0.0/lib/MonoAndroid403/FastAndroidCamera.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Java.Interop.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v8.0/Mono.Android.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/mqttnet/3.0.8/lib/netstandard2.0/MQTTnet.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/newtonsoft.json/12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/restsharp/106.11.7/lib/netstandard2.0/RestSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.Droid.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.Droid.HDLWidget.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Android/Shared.Droid.JLCountryCode.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Android/Shared.Droid.Smartrefresh.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Android/Shared.Droid.TouchID.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Net.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Web.Services.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.arch.core.common/1.1.1.3/lib/monoandroid80/Xamarin.Android.Arch.Core.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.arch.lifecycle.common/1.1.1.3/lib/monoandroid80/Xamarin.Android.Arch.Lifecycle.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.arch.lifecycle.runtime/1.1.1.3/lib/monoandroid80/Xamarin.Android.Arch.Lifecycle.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.animated.vector.drawable/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Animated.Vector.Drawable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.annotations/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.compat/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Compat.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.core.ui/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Core.UI.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.core.utils/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Core.Utils.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.customtabs/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.CustomTabs.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.design/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Design.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.fragment/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Fragment.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.media.compat/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Media.Compat.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.transition/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Transition.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.v4/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.v4.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.v7.appcompat/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.v7.AppCompat.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.v7.recyclerview/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.v7.RecyclerView.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.android.support.vector.drawable/28.0.0.3/lib/monoandroid80/Xamarin.Android.Support.Vector.Drawable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.essentials/1.3.1/lib/monoandroid80/Xamarin.Essentials.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/MonoAndroid71/ZXing.Net.Mobile.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/MonoAndroid71/zxing.portable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/MonoAndroid71/ZXingNetMobile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Cng.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encryption.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.DeriveBytes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.Xsl.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Cache.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Utilities.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Principal.Windows.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Hashing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Text.Encoding.CodePages.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.HttpListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Pkcs.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Data.SqlClient.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Mail.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Tasks.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/Microsoft.Win32.Registry.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.RSA.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceProcess.ServiceController.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Loader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.AuthenticationManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Tracing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Buffers.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encryption.ECDsa.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.OpenSsl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/Microsoft.Win32.Registry.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.RandomNumberGenerator.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.ProtectedData.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XPath.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.ServicePoint.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Resources.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.TypeExtensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Hashing.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.TraceEvent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Reflection.DispatchProxy.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Security.Cryptography.Encryption.Aes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Memory.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.Android.framework/Versions/11.0.2.0/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/Facades/System.Drawing.Common.dll","Aliases":[],"Framework":null}],"Files":["/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/MainActivity.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/Resource.designer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Properties/AssemblyInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Application.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Scan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/ZXingCustomScanView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/ZXingOverlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Other/JLCountrycode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/MainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/HttpListener.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/FileUtils.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/R.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MyWebClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequest.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResponsePack.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/EmptyHttpReques.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequestBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Room.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/MyEnum.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/DB_ResidenceData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Function.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Target.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/UdpSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CRC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Packet.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/OnAppConfig.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/UserInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_Udp_Bus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/BusData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmebly.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/CSS/CSS.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseFloorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ResetPassword_VerificationCode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/BaseView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDiv.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDivBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/A_Protocol_Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificaitionPublicBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Scene.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/FunctionList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/AC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Curtain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/FloorHeating.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Light.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/CityInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/OperationSuccessPromptPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockGesturePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/AppUnlockPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CommonPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Fan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/SwitchSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/TV.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Sensor.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/AProtocolEntity.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31USBMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayStatus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LocalMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyListMusic.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SizeClass.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TipView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicSourceView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SongView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/UpdateThread.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/UpdataTcpResidenceDataDialog.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/GalleryPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_Cloud.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AboutOnPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Automation/AutomationMenuPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpServer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Panel/PanelPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/SearchDevicePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/DeviceModule.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/SBK_SceneListObj.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSettingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewAPI.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpUtil.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/Utlis.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/IMessageCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewApiRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/AboutResources.txt","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Properties/AndroidManifest.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/AboutAssets.txt","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/colors.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/dimens.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/ic_launcher_background.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/strings.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/values/styles.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/menu/menu_main.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-anydpi-v26/ic_launcher.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/drawable/Loading.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/drawable/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-xxhdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/xml/network_security_config.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/xml/file_paths.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/layout/zxing_layout.xml","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-xhdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-mdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-hdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-anydpi-v26/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Resources/mipmap-xxxhdpi/Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Language.ini","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Classification/ToggleDisplayLarge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Classification/ToggleDisplayThumbnail.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Classification/Room/AllCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Classification/Room/Roombg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/MsgIconTip.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/SceneCovered.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/MsgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/NoCollectionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/Functionbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/ChangeViewbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/CollectionWhiteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/FunctionOnbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Collection/CollectionGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/IntellectualizationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/ClassificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/UserPageNavbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/PersonalCenterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/IntellectualizationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/ClassificationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/PersonalCenterIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/ShowPasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/SearchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/VerificationCodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/AccountIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/QQIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/WechatIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/HidePasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/EmailIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/LoginIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/ChooseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/RightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/MinusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/EditIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Fragmentbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DownIcon_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/LocationAddressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/TipIcon_Failed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/ChooseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Switch_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Logo-bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Logo.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/TipIcon_Successfully.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/FuncInfoSetIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/ThumbImage.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AddIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/PlusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/SwitchOn_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/PowerClose.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/PowerOpen.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/transparent.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/ChooseRoomListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/Right.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/BackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DeviceInfoIcon/TempIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DeviceInfoIcon/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DeviceInfoIcon/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/DeviceInfoIcon/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/MsgIcon/LoadingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/MsgIcon/TipIconWhite.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/MsgIcon/TipIconBlack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/13.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/18.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/45.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/AirIcon/0.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/bluetooth.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/addMusic1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/prve1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/love1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/selectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/playList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/myLove.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/radio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/filePlay.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/collect.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/loveMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/qqMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/clear.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/radioIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/musicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/file.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/vol.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/usb.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/localMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/next1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/loveSelected1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/selectedMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/noMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/addMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/playBj.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/loveRadio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/list.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/set.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/nextSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/Merge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/playStatus.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/random.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/collectSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/pause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/progressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/prevSeletced.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/MusicBack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/fileList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/myList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/single.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/next.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/filePause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/line.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/loveSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/sourceNetx.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/love.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/pause1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/play1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/play.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/noSelectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/next1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/prev.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/MusicIcon/prve1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TVIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/FanIconBgGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TVThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVPowerIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/PlusIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TV123Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVRightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVOkIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVleftIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVMenuUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVMenuIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/MenuBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVBackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVMuteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/ReduceIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Electrical/TV/TVMenuDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/FloorHeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/OrdinaryIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/NightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/AwayIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/OrdinaryIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/NightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/FloorHeatingThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/FloorHeatingOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FloorHeating/AwayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AutoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/LowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AcOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AcIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DehumidificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AirSupplyIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/LowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DivBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DivBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/CoolIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindMediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindLowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AirSupplyIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindLowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindMediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HeatingIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/MediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/CoolIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AutoIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DehumidificationIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindHighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/WindHighIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/MediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HeatIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/AcThinIcon1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/HightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainCloseWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainCloseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOpenIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainCloseBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOpenWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOpenOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainStopOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainOpenBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainStopIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/CurtainBgOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/MusicFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/FreshAirFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/EnergyMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/EnvironmentalFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/SecurityMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/LightFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/VideoIntercomFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/PanelFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/FloorHeatingFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/ACFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/CurtainFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/ElectricFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/SensorFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/FunctionBg/DoorLockFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/TipInfoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/WeatherFanSpeedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SensorColorTipBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/DiagramIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/SmogIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/UpArrow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/DiagramIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/LocationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/LightOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/ColorWheel.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/LightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/LightThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/MovieMark.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/s1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/s2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/DelayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Scene/SceneIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Socket/SocketThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/GeneralSettingsIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AuxiliaryFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResidenceArmIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AddFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/SupportIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/UserTypebg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/SwitchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResidenceManageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AdminTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/NightViewIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResidenceMemberIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResidenceDataBackupIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/MemberTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/PersonalData/QRcodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/3On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/FingerIconRed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/1On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/FingerprintIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/4On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/GestureIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/GestureGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/FaceIdIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/AppUnlockSetting/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/index.html","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/echartsNew.html","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/echarts-gl.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/20190126.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/world.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/echarts-all.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/dataTool.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/ecStat.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/china.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/echarts.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/js/bmap.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/macarons.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/macarons2.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/red.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/roma.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/helianthus.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/green.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/infographic.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/shine.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/gray.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/sakura.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/blue.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/dark.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Echarts/theme/mint.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DiyThumbIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DiyThumbIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicPlayOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicPlayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/InfoOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Music/MusicThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/HomePageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/CollectionIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Navigation/HomePageIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeList4bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeList2bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeList1bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/HomeList3bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/PersonalCenter/ResetPassword/DialogTipTitleIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/RelayOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/RelayBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/AC/DiyThumbIcon2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTVOC.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconPm25.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconCO2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTemp.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/EnvironmentalScience/FunctionIconHumidity.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/CreateScene3Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/CreateScene1Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/CreateScene2Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Public/FuncInfoSetIcon_white.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/chooseTipIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg10.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg9.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg8.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg7.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/Intelligence/Gallery/scenebg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Light/BrightnessBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/RollingShutterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/FunctionIcon/Curtain/MotorCurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/OnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/TipNot.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_Android/Assets/Phone/DeviceIcon/VoicePanelIcon.png","/Users/jlchen/.nuget/packages/xamarin.android.arch.lifecycle.runtime/1.1.1.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.media.compat/28.0.0.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.core.ui/28.0.0.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.v7.recyclerview/28.0.0.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.animated.vector.drawable/28.0.0.3/proguard/monoandroid80/proguard.txt","/Users/jlchen/.nuget/packages/xamarin.android.support.design/28.0.0.3/proguard/monoandroid80/proguard.txt"],"BuildActions":["Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","None","None","None","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidResource","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","AndroidAsset","ProguardConfiguration","ProguardConfiguration","ProguardConfiguration","ProguardConfiguration","ProguardConfiguration","ProguardConfiguration"],"Analyzers":[],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file diff --git a/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhone.json b/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhone.json index b92107a..28f9409 100644 --- a/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhone.json +++ b/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhone.json @@ -1 +1 @@ -{"Format":1,"ProjectReferences":[],"MetadataReferences":[{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.analytics/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.analytics/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.crashes/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.crashes/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/IOS/MJRefresh_Xamarin.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/mqttnet/3.0.8/lib/netstandard2.0/MQTTnet.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/newtonsoft.json/12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/OpenTK-1.0.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/restsharp/106.11.7/lib/netstandard2.0/RestSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.IOS.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/IOS/Shared.IOS.JLCountryCode.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.IOS.TBL.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Web.Services.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.essentials/1.1.0/lib/xamarinios10/Xamarin.Essentials.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Xamarin.iOS.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/ZXing.Net.Mobile.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/zxing.portable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/ZXingNetMobile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Memory.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null}],"Files":["/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Main.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/AppDelegate.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewController.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewController.designer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewControllerBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Reachability.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Scan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ZXingOverlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Other/JLCountrycode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/MainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/HttpListener.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/FileUtils.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/R.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MyWebClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequest.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResponsePack.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/EmptyHttpReques.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequestBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Room.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/MyEnum.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/DB_ResidenceData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Function.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Target.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/UdpSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CRC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Packet.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/OnAppConfig.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/UserInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_Udp_Bus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/BusData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmebly.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/CSS/CSS.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseFloorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ResetPassword_VerificationCode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/BaseView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDiv.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDivBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/A_Protocol_Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificaitionPublicBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Scene.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/FunctionList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/AC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Curtain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/FloorHeating.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Light.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/CityInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/OperationSuccessPromptPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockGesturePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/AppUnlockPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CommonPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Fan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/SwitchSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/TV.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Sensor.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/AProtocolEntity.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31USBMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayStatus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LocalMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyListMusic.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SizeClass.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TipView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicSourceView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SongView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/UpdateThread.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/UpdataTcpResidenceDataDialog.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/GalleryPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_Cloud.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AboutOnPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Automation/AutomationMenuPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpServer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Panel/PanelPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/SearchDevicePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/DeviceModule.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/SBK_SceneListObj.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSettingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewAPI.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpUtil.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/Utlis.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/IMessageCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewApiRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1024x500.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2048X2732 .png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/4096X4096.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/750X1134.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/1024.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/120.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/152.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/167.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/180.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/40.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/58.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/60.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/76.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/80.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/87.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/40路40@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/60路60@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/58路58@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/87路87@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/80路80@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/120路120@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/120路120@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/180路180@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/20路20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/40路40@2x-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/29路29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/58路58@2x-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/1024路1024@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1242*2688.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/828*1792.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2688*1242.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1792*828.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1125*2436.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2436*1125.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1242*2208.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/750*1334.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2208*1242.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*960.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/320*480.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*960-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*1136.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*1136-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/LaunchScreen.storyboard","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Main.storyboard","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Info.plist","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Entitlements.plist","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/ShowPasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/SearchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/VerificationCodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/AccountIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/QQIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/WechatIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/HidePasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/EmailIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Language.ini","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/BackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Logo.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Logo-bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/UserTypebg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AdminTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/MemberTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceManageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceMemberIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceArmIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceDataBackupIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AuxiliaryFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AddFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/NightViewIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/SwitchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/GeneralSettingsIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/SupportIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList3bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/PersonalData/QRcodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/ToggleDisplayThumbnail.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/ToggleDisplayLarge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/Room/Roombg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/MsgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/MsgIconTip.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/Functionbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/FunctionOnbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/ChangeViewbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/TempIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/transparent.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionWhiteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/Room/AllCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PowerClose.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PowerOpen.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainStopIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainStopOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/FuncInfoSetIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/ColorWheel.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ThumbImage.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Fragmentbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/RightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PlusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MinusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/LocationAddressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AddIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/EditIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Right.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DownIcon_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseRoomListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/MovieMark.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/SceneIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/SceneCovered.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/DelayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/s2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/s1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainBgOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/MusicFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/FreshAirFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/EnergyMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/EnvironmentalFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/SecurityMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/LightFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/VideoIntercomFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/PanelFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/FloorHeatingFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/ACFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/CurtainFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/ElectricFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/SensorFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/DoorLockFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/TipIconBlack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/TipIconWhite.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/1On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/4On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/3On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FingerprintIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FaceIdIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/GestureIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/TipIcon_Successfully.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/TipIcon_Failed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/GestureGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Switch_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/SwitchOn_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FingerIconRed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/NightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/NightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/OrdinaryIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/OrdinaryIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/AwayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/AwayIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconBgGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVPowerIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TV123Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVRightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVOkIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVleftIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVBackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMuteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/MenuBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/PlusIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/ReduceIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TVThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TVIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SmogIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/LocationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/UpArrow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/WeatherFanSpeedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/TipInfoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorColorTipBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/macarons.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/macarons2.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/red.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/roma.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/helianthus.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/green.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/infographic.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/shine.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/gray.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/sakura.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/blue.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/dark.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/mint.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/DiagramIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/DiagramIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/LoadingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/NoCollectionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/0.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/13.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/18.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/45.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/bluetooth.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/addMusic1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prve1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/love1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/selectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/myLove.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/radio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/filePlay.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/collect.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/qqMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/clear.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/radioIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/musicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/file.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/vol.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/usb.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/localMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveSelected1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/selectedMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/noMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/addMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playBj.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveRadio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/list.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/set.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/nextSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/Merge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playStatus.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/random.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/collectSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/pause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/progressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prevSeletced.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/MusicBack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/fileList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/myList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/single.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/filePause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/line.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/sourceNetx.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/love.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/pause1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/play1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/play.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/noSelectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prev.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prve1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/echartsNew.html","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/bmap.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/20190126.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/china.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/dataTool.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts-all.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts-gl.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/ecStat.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/world.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicPlayOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicPlayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/InfoOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResetPassword/DialogTipTitleIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList1bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList2bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList4bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/RelayOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/RelayBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/HomePageIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/HomePageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/UserPageNavbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/PersonalCenterIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/PersonalCenterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/IntellectualizationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/IntellectualizationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/CollectionIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/ClassificationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/ClassificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene3Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene1Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene2Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/FuncInfoSetIcon_white.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconHumidity.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTemp.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconPm25.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTVOC.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconCO2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg7.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg8.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg9.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg10.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/chooseTipIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AutoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/LowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DehumidificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AirSupplyIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/LowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DivBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DivBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/CoolIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindMediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindLowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AirSupplyIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindLowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcThinIcon1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindMediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatingIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/MediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/CoolIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AutoIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DehumidificationIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindHighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindHighIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/MediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIcon2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/BrightnessBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/RollingShutterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/MotorCurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/OnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/TipNot.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/DeviceIcon/VoicePanelIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/iTunesArtwork","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/iTunesArtwork@2x"],"BuildActions":["Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","InterfaceDefinition","InterfaceDefinition","None","None","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","ITunesArtwork","ITunesArtwork"],"Analyzers":[],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file +{"Format":1,"ProjectReferences":[],"MetadataReferences":[{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.analytics/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.analytics/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.crashes/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.crashes/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/IOS/MJRefresh_Xamarin.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/mqttnet/3.0.8/lib/netstandard2.0/MQTTnet.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/newtonsoft.json/12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/OpenTK-1.0.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/restsharp/106.11.7/lib/netstandard2.0/RestSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.IOS.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/IOS/Shared.IOS.JLCountryCode.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.IOS.TBL.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Web.Services.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.essentials/1.1.0/lib/xamarinios10/Xamarin.Essentials.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Xamarin.iOS.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/ZXing.Net.Mobile.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/zxing.portable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/ZXingNetMobile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Memory.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null}],"Files":["/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Main.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/AppDelegate.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewController.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewController.designer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewControllerBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Reachability.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Scan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ZXingOverlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Other/JLCountrycode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/MainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/HttpListener.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/FileUtils.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/R.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MyWebClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequest.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResponsePack.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/EmptyHttpReques.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequestBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Room.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/MyEnum.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/DB_ResidenceData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Function.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Target.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/UdpSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CRC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Packet.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/OnAppConfig.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/UserInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_Udp_Bus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/BusData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmebly.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/CSS/CSS.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseFloorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ResetPassword_VerificationCode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/BaseView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDiv.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDivBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/A_Protocol_Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificaitionPublicBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Scene.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/FunctionList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/AC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Curtain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/FloorHeating.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Light.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/CityInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/OperationSuccessPromptPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockGesturePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/AppUnlockPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CommonPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Fan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/SwitchSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/TV.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Sensor.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/AProtocolEntity.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31USBMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayStatus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LocalMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyListMusic.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SizeClass.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TipView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicSourceView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SongView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/UpdateThread.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/UpdataTcpResidenceDataDialog.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/GalleryPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_Cloud.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AboutOnPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Automation/AutomationMenuPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpServer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Panel/PanelPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/SearchDevicePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/DeviceModule.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/SBK_SceneListObj.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSettingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewAPI.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpUtil.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/Utlis.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/IMessageCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewApiRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1024x500.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2048X2732 .png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/4096X4096.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/750X1134.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/1024.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/120.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/152.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/167.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/180.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/40.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/58.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/60.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/76.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/80.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/87.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/40路40@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/60路60@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/58路58@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/87路87@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/80路80@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/120路120@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/120路120@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/180路180@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/20路20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/40路40@2x-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/29路29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/58路58@2x-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/1024路1024@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1242*2688.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/828*1792.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2688*1242.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1792*828.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1125*2436.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2436*1125.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1242*2208.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/750*1334.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2208*1242.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*960.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/320*480.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*960-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*1136.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*1136-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/LaunchScreen.storyboard","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Main.storyboard","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Info.plist","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Entitlements.plist","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/ShowPasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/SearchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/VerificationCodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/AccountIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/QQIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/WechatIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/HidePasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/EmailIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Language.ini","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/BackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Logo.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Logo-bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/UserTypebg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AdminTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/MemberTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceManageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceMemberIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceArmIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceDataBackupIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AuxiliaryFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AddFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/NightViewIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/SwitchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/GeneralSettingsIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/SupportIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList3bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/PersonalData/QRcodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/ToggleDisplayThumbnail.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/ToggleDisplayLarge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/Room/Roombg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/MsgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/MsgIconTip.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/Functionbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/FunctionOnbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/ChangeViewbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/TempIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/transparent.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionWhiteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/Room/AllCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PowerClose.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PowerOpen.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainStopIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainStopOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/FuncInfoSetIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/ColorWheel.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ThumbImage.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Fragmentbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/RightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PlusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MinusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/LocationAddressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AddIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/EditIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Right.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DownIcon_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseRoomListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/MovieMark.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/SceneIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/SceneCovered.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/DelayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/s2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/s1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainBgOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/MusicFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/FreshAirFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/EnergyMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/EnvironmentalFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/SecurityMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/LightFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/VideoIntercomFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/PanelFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/FloorHeatingFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/ACFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/CurtainFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/ElectricFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/SensorFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/DoorLockFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/TipIconBlack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/TipIconWhite.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/1On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/4On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/3On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FingerprintIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FaceIdIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/GestureIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/TipIcon_Successfully.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/TipIcon_Failed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/GestureGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Switch_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/SwitchOn_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FingerIconRed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/NightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/NightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/OrdinaryIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/OrdinaryIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/AwayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/AwayIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconBgGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVPowerIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TV123Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVRightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVOkIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVleftIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVBackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMuteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/MenuBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/PlusIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/ReduceIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TVThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TVIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SmogIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/LocationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/UpArrow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/WeatherFanSpeedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/TipInfoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorColorTipBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/macarons.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/macarons2.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/red.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/roma.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/helianthus.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/green.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/infographic.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/shine.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/gray.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/sakura.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/blue.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/dark.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/mint.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/DiagramIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/DiagramIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/LoadingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/NoCollectionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/0.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/13.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/18.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/45.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/bluetooth.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/addMusic1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prve1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/love1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/selectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/myLove.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/radio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/filePlay.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/collect.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/qqMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/clear.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/radioIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/musicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/file.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/vol.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/usb.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/localMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveSelected1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/selectedMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/noMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/addMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playBj.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveRadio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/list.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/set.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/nextSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/Merge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playStatus.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/random.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/collectSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/pause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/progressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prevSeletced.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/MusicBack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/fileList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/myList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/single.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/filePause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/line.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/sourceNetx.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/love.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/pause1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/play1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/play.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/noSelectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prev.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prve1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/echartsNew.html","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/bmap.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/20190126.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/china.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/dataTool.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts-all.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts-gl.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/ecStat.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/world.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicPlayOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicPlayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/InfoOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResetPassword/DialogTipTitleIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList1bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList2bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList4bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/RelayOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/RelayBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/HomePageIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/HomePageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/UserPageNavbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/PersonalCenterIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/PersonalCenterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/IntellectualizationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/IntellectualizationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/CollectionIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/ClassificationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/ClassificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene3Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene1Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene2Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/FuncInfoSetIcon_white.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconHumidity.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTemp.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconPm25.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTVOC.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconCO2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg7.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg8.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg9.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg10.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/chooseTipIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AutoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/LowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DehumidificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AirSupplyIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/LowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DivBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DivBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/CoolIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindMediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindLowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AirSupplyIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindLowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcThinIcon1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindMediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatingIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/MediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/CoolIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AutoIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DehumidificationIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindHighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindHighIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/MediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIcon2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/BrightnessBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/RollingShutterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/MotorCurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/OnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/TipNot.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/DeviceIcon/VoicePanelIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/iTunesArtwork","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/iTunesArtwork@2x"],"BuildActions":["Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","InterfaceDefinition","InterfaceDefinition","None","None","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","ITunesArtwork","ITunesArtwork"],"Analyzers":[],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file diff --git a/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhoneSimulator.json b/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhoneSimulator.json index 4f68e60..28f9409 100644 --- a/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhoneSimulator.json +++ b/.vs/HDL_APP_Project/xs/project-cache/HDL-ON_iOS-Debug|iPhoneSimulator.json @@ -1 +1 @@ -{"Format":1,"ProjectReferences":[],"MetadataReferences":[{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.analytics/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.analytics/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.crashes/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.crashes/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/IOS/MJRefresh_Xamarin.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/mqttnet/3.0.8/lib/netstandard2.0/MQTTnet.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/newtonsoft.json/12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/OpenTK-1.0.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/restsharp/106.11.7/lib/netstandard2.0/RestSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.IOS.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/IOS/Shared.IOS.JLCountryCode.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.IOS.TBL.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Web.Services.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.essentials/1.1.0/lib/xamarinios10/Xamarin.Essentials.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Xamarin.iOS.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/ZXing.Net.Mobile.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/zxing.portable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/ZXingNetMobile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Memory.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null}],"Files":["/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Main.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/AppDelegate.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewController.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewController.designer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewControllerBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Reachability.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Scan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ZXingOverlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/MainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/HttpListener.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/FileUtils.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/R.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MyWebClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequest.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResponsePack.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/EmptyHttpReques.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequestBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Room.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/MyEnum.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/DB_ResidenceData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Function.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Target.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/UdpSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CRC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Packet.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/OnAppConfig.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/UserInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_Udp_Bus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/BusData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmebly.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/CSS/CSS.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseFloorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ResetPassword_VerificationCode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/BaseView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDiv.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDivBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/A_Protocol_Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificaitionPublicBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Scene.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/FunctionList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/AC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Curtain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/FloorHeating.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Light.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/CityInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/OperationSuccessPromptPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockGesturePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/AppUnlockPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CommonPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Fan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/SwitchSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/TV.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Sensor.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/AProtocolEntity.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31USBMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayStatus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LocalMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyListMusic.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SizeClass.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TipView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicSourceView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SongView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/UpdateThread.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/UpdataTcpResidenceDataDialog.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/GalleryPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_Cloud.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AboutOnPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Automation/AutomationMenuPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpServer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Panel/PanelPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/SearchDevicePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/DeviceModule.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/SBK_SceneListObj.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSettingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewAPI.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpUtil.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/Utlis.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/IMessageCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewApiRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1024x500.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2048X2732 .png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/4096X4096.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/750X1134.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/1024.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/120.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/152.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/167.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/180.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/40.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/58.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/60.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/76.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/80.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/87.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/40路40@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/60路60@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/58路58@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/87路87@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/80路80@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/120路120@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/120路120@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/180路180@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/20路20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/40路40@2x-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/29路29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/58路58@2x-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/1024路1024@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1242*2688.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/828*1792.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2688*1242.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1792*828.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1125*2436.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2436*1125.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1242*2208.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/750*1334.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2208*1242.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*960.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/320*480.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*960-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*1136.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*1136-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/LaunchScreen.storyboard","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Main.storyboard","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Info.plist","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Entitlements.plist","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/ShowPasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/SearchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/VerificationCodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/AccountIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/QQIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/WechatIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/HidePasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/EmailIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Language.ini","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/BackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Logo.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Logo-bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/UserTypebg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AdminTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/MemberTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceManageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceMemberIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceArmIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceDataBackupIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AuxiliaryFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AddFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/NightViewIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/SwitchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/GeneralSettingsIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/SupportIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList3bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/PersonalData/QRcodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/ToggleDisplayThumbnail.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/ToggleDisplayLarge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/Room/Roombg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/MsgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/MsgIconTip.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/Functionbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/FunctionOnbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/ChangeViewbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/TempIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/transparent.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionWhiteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/Room/AllCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PowerClose.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PowerOpen.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainStopIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainStopOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/FuncInfoSetIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/ColorWheel.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ThumbImage.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Fragmentbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/RightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PlusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MinusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/LocationAddressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AddIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/EditIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Right.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DownIcon_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseRoomListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/MovieMark.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/SceneIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/SceneCovered.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/DelayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/s2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/s1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainBgOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/MusicFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/FreshAirFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/EnergyMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/EnvironmentalFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/SecurityMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/LightFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/VideoIntercomFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/PanelFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/FloorHeatingFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/ACFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/CurtainFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/ElectricFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/SensorFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/DoorLockFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/TipIconBlack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/TipIconWhite.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/1On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/4On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/3On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FingerprintIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FaceIdIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/GestureIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/TipIcon_Successfully.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/TipIcon_Failed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/GestureGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Switch_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/SwitchOn_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FingerIconRed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/NightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/NightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/OrdinaryIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/OrdinaryIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/AwayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/AwayIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconBgGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVPowerIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TV123Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVRightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVOkIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVleftIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVBackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMuteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/MenuBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/PlusIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/ReduceIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TVThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TVIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SmogIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/LocationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/UpArrow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/WeatherFanSpeedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/TipInfoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorColorTipBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/macarons.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/macarons2.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/red.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/roma.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/helianthus.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/green.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/infographic.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/shine.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/gray.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/sakura.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/blue.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/dark.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/mint.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/DiagramIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/DiagramIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/LoadingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/NoCollectionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/0.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/13.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/18.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/45.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/bluetooth.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/addMusic1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prve1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/love1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/selectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/myLove.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/radio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/filePlay.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/collect.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/qqMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/clear.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/radioIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/musicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/file.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/vol.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/usb.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/localMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveSelected1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/selectedMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/noMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/addMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playBj.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveRadio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/list.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/set.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/nextSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/Merge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playStatus.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/random.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/collectSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/pause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/progressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prevSeletced.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/MusicBack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/fileList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/myList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/single.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/filePause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/line.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/sourceNetx.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/love.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/pause1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/play1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/play.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/noSelectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prev.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prve1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/echartsNew.html","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/bmap.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/20190126.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/china.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/dataTool.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts-all.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts-gl.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/ecStat.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/world.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicPlayOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicPlayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/InfoOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResetPassword/DialogTipTitleIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList1bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList2bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList4bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/RelayOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/RelayBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/HomePageIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/HomePageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/UserPageNavbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/PersonalCenterIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/PersonalCenterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/IntellectualizationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/IntellectualizationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/CollectionIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/ClassificationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/ClassificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene3Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene1Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene2Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/FuncInfoSetIcon_white.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconHumidity.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTemp.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconPm25.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTVOC.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconCO2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg7.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg8.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg9.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg10.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/chooseTipIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AutoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/LowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DehumidificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AirSupplyIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/LowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DivBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DivBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/CoolIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindMediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindLowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AirSupplyIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindLowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcThinIcon1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindMediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatingIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/MediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/CoolIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AutoIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DehumidificationIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindHighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindHighIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/MediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIcon2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/BrightnessBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/RollingShutterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/MotorCurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/OnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/TipNot.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/DeviceIcon/VoicePanelIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/iTunesArtwork","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/iTunesArtwork@2x"],"BuildActions":["Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","InterfaceDefinition","InterfaceDefinition","None","None","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","ITunesArtwork","ITunesArtwork"],"Analyzers":[],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file +{"Format":1,"ProjectReferences":[],"MetadataReferences":[{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.analytics/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.analytics/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.crashes/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter.crashes/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/microsoft.appcenter/3.1.0/lib/Xamarin.iOS10/Microsoft.AppCenter.iOS.Bindings.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/IOS/MJRefresh_Xamarin.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/mqttnet/3.0.8/lib/netstandard2.0/MQTTnet.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/newtonsoft.json/12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/OpenTK-1.0.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/restsharp/106.11.7/lib/netstandard2.0/RestSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.IOS.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/IOS/Shared.IOS.JLCountryCode.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/DLL/Shared.IOS.TBL.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Web.Services.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/xamarin.essentials/1.1.0/lib/xamarinios10/Xamarin.Essentials.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Xamarin.iOS.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/ZXing.Net.Mobile.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/zxing.portable.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/jlchen/.nuget/packages/zxing.net.mobile/2.4.1/lib/Xamarin.iOS10/ZXingNetMobile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Memory.dll","Aliases":[],"Framework":null},{"FilePath":"/Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null}],"Files":["/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Main.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/AppDelegate.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewController.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewController.designer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ViewControllerBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Reachability.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Scan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/ZXingOverlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Other/JLCountrycode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/MainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/HttpListener.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/FileUtils.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/R.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MyWebClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequest.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResponsePack.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/EmptyHttpReques.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpServerRequestBase.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Room.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Enumerative/MyEnum.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/DB_ResidenceData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Function.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Target.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/UdpSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CRC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Packet.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/OnAppConfig.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/UserInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_Udp_Bus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/BusData.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmebly.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/CSS/CSS.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/UserPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificationPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseFloorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/1-HomePage/HomePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomsManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/LoginPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/ResetPassword_VerificationCode.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/BaseView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI1-Login/RegisterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDiv.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/TopViewDivBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/AC/ACPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/A_Protocol_Command.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/RoomPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/2-Classification/ClassificaitionPublicBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Scene.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/FunctionList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/AC.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Curtain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/FloorHeating.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Light.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/CityInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/OperationSuccessPromptPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockGesturePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/AppUnlockPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/CommonPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Fan.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/SwitchSocket.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/TV.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Function/Sensor.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/AProtocolEntity.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicSourcePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveRadioList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31USBMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayStatus.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LocalMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/A31MyListMusic.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SizeClass.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/TipView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicSourceView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/SongView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/ChooseShareMemberTargetListPageBLL.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/UpdateThread.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/UpdataTcpResidenceDataDialog.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/MqttCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI0-Public/GalleryPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_Cloud.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AboutOnPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/3-Intelligence/Automation/AutomationMenuPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpClient.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DriverLayer/Control_TcpServer.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Panel/PanelPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/SearchDevicePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/DeviceModule.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Entity/Device/SBK_SceneListObj.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSettingPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewAPI.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/HttpUtil.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/Utlis.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/IMessageCommon.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Server/NewApiRes.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1024x500.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2048X2732 .png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/4096X4096.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/750X1134.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/1024.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/120.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/152.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/167.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/180.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/40.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/58.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/60.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/76.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/80.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/87.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/AppIcon.appiconset/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/Contents.json","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/40路40@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/60路60@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/58路58@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/87路87@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/80路80@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/120路120@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/120路120@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/180路180@3x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/20路20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/40路40@2x-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/29路29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/58路58@2x-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/AppIcon.appiconset/1024路1024@2x.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1242*2688.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/828*1792.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2688*1242.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1792*828.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1125*2436.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2436*1125.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/1242*2208.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/750*1334.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/2208*1242.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*960.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/320*480.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*960-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*1136.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Assets.xcassets/LaunchImage.launchimage/640*1136-1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/LaunchScreen.storyboard","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Main.storyboard","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Info.plist","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Entitlements.plist","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/ShowPasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/SearchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/VerificationCodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/AccountIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/QQIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/WechatIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/HidePasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/EmailIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/LoginIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Language.ini","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/BackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Logo.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Logo-bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/UserTypebg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AdminTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/MemberTypeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceManageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceMemberIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceArmIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResidenceDataBackupIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AuxiliaryFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AddFunctionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/NightViewIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/SwitchIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/GeneralSettingsIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/SupportIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList3bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/PersonalData/QRcodeIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/ToggleDisplayThumbnail.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/ToggleDisplayLarge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/Room/Roombg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/MsgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/MsgIconTip.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/Functionbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/FunctionOnbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/ChangeViewbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/TempIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/transparent.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionWhiteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Classification/Room/AllCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PowerClose.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PowerOpen.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainStopIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainStopOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/FuncInfoSetIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/ColorWheel.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ThumbImage.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Fragmentbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/RightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/FloorHeatingThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/LightThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/PlusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MinusSignIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/CollectionGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Switch.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/SwitchOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/LocationAddressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AddIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/EditIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Right.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DownIcon_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/ChooseRoomListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/MovieMark.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/SceneIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/SceneCovered.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/DelayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/s2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Scene/s1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainBgOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/MusicFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/FreshAirFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/EnergyMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/EnvironmentalFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/SecurityMonitoringFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/LightFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/VideoIntercomFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/PanelFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/FloorHeatingFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/ACFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/CurtainFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/ElectricFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/SensorFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FunctionBg/DoorLockFunctionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/DeviceInfoIcon/Restored_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainOpenWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseWhiteIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/CurtainCloseBlueIcon_Shadow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/TipIconBlack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/TipIconWhite.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/1On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/4On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/3On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FingerprintIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FaceIdIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/GestureIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/PasswordIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/TipIcon_Successfully.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/TipIcon_Failed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/GestureGrayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/Switch_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/SwitchOn_2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/AppUnlockSetting/FingerIconRed.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/NightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/NightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/OrdinaryIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/OrdinaryIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/AwayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/FloorHeating/AwayIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconBgGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/FanIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIconOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Socket/SocketIconBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVPowerIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TV123Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVRightIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVOkIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVleftIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuUpIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVBackIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMuteIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/TVMenuDownIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/MenuBgIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/PlusIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TV/ReduceIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TVThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Electrical/TVIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SmogIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/LocationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/UpArrow.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/WeatherFanSpeedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/TipInfoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorColorTipBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/SensorHistoryBg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/macarons.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/macarons2.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/red.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/roma.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/helianthus.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/green.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/infographic.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/shine.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/gray.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/sakura.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/blue.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/dark.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/theme/mint.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/DiagramIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/DiagramIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/MsgIcon/LoadingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Collection/NoCollectionBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/0.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/13.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/18.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/20.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/29.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/45.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/AirIcon/6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/bluetooth.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/addMusic1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prve1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/love1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/selectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/myLove.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/radio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/filePlay.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/collect.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/qqMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/clear.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/radioIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/musicIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/file.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/vol.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/usb.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/localMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveSelected1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/selectedMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/noMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/addMusic.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playBj.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveRadio.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/list.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/set.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/nextSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/Merge.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/playStatus.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/random.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/collectSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/pause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/progressIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prevSeletced.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/MusicBack.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/fileList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/myList.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/single.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/edit.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/filePause.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/line.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/loveSelected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/sourceNetx.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/love.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/pause1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/play1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/play.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/noSelectedIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/next1Selected.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prev.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/MusicIcon/prve1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/Pm25Icon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/HumidityIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/echartsNew.html","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/bmap.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/20190126.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/china.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/dataTool.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts-all.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts-gl.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/echarts.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/ecStat.min.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/js/world.js","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicPlayOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicPlayIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/InfoOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/ResetPassword/DialogTipTitleIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Music/MusicThinIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList1bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList2bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeList4bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/RelayOnBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/RelayBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/HomePageIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/HomePageIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/UserPageNavbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/PersonalCenterIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/PersonalCenterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/IntellectualizationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/IntellectualizationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/CollectionIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/CollectionIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/ClassificationIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Navigation/ClassificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene3Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene1Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/CreateScene2Bg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Public/FuncInfoSetIcon_white.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconHumidity.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTemp.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconPm25.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconTVOC.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/EnvironmentalScience/FunctionIconCO2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/PersonalCenter/HomeListbg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg3.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg4.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg5.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg6.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg7.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg8.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg9.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/scenebg10.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/Intelligence/Gallery/chooseTipIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AutoIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/LowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcOnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DehumidificationIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AirSupplyIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/LowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIconOn.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DivBg2.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DivBg1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/CoolIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindMediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindLowIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AirSupplyIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindLowIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AcThinIcon1.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindMediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatingIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/MediumIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/CoolIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/AutoIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DehumidificationIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindHighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/WindHighIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/MediumIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HighIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HeatingIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/DiyThumbIcon2On.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/AC/HightIconGray.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Light/BrightnessBg.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/RollingShutterIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/Curtain/MotorCurtainIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/OnIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/TipNot.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/Resources/Phone/FunctionIcon/DeviceIcon/VoicePanelIcon.png","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/iTunesArtwork","/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL-ON_iOS/iTunesArtwork@2x"],"BuildActions":["Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","Compile","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","ImageAsset","InterfaceDefinition","InterfaceDefinition","None","None","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","BundleResource","ITunesArtwork","ITunesArtwork"],"Analyzers":[],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs index ac81ce3..fd63c60 100644 --- a/HDL-ON_iOS/AppDelegate.cs +++ b/HDL-ON_iOS/AppDelegate.cs @@ -198,7 +198,9 @@ if (MainPage.LoginUser != null && nsCount != MainPage.LoginUser.areaCode.ToString()) { - int.TryParse(nsCount,out MainPage.LoginUser.areaCode); + //int.TryParse(nsCount,out MainPage.LoginUser.areaCode); + //2020-11-18 + MainPage.LoginUser.areaCode = nsCount; OnAppConfig.Instance.SaveUserConfig(); } application.IdleTimerDisabled = true; diff --git a/HDL-ON_iOS/Resources/Language.ini b/HDL-ON_iOS/Resources/Language.ini index 43b68d6..914282f 100644 --- a/HDL-ON_iOS/Resources/Language.ini +++ b/HDL-ON_iOS/Resources/Language.ini @@ -15,6 +15,9 @@ 10001=Failed to request the server, please try again later! 10002=System maintenance, please try again later! +10003=Login failed, please add a home first! +10004=Account already exists + [Chinese] 1=鐧诲綍 @@ -429,6 +432,9 @@ 5046=璋冭妭闊抽噺 5047=浣犳墜鏈烘殏鏈畨瑁�"QQ闊充箰"{\r\n}璇峰墠寰�鎵嬫満鍟嗗満瀹夎 + 10001=璇锋眰鏈嶅姟鍣ㄥけ璐ワ紝璇风◢鍚庡啀璇曪紒 10002=绯荤粺缁存姢涓�,璇风◢鍚庡啀璇�! - +10003=鐧诲綍澶辫触锛岃鍏堟坊鍔犱綇瀹咃紒 +10004=璐﹀彿宸插瓨鍦� +10005=楠岃瘉鐮佸彂閫侀绻侊紝璇风◢鍚庡啀璇曪紒 diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 3fb82f0..e8ab57d 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -433,11 +433,21 @@ /// </summary> public const int FailedRequestServer = 10001; /// <summary> - /// 绯荤粺缁存姢涓� ~璇风◢鍚庡啀璇晘 + /// 绯荤粺缁存姢涓� ~璇风◢鍚庡啀璇晘 /// </summary> public const int SystemMaintenance = 10002; - - + /// <summary> + /// 鐧诲綍澶辫触锛岃鍏堟坊鍔犱綇瀹咃紒 + /// </summary> + public const int FailedGetHomeList = 10003; + /// <summary> + /// 鐢ㄦ埛宸插瓨鍦� + /// </summary> + public const int AccountExist = 10004; + /// <summary> + /// 楠岃瘉鐮佸彂閫侀绻侊紝璇风◢鍚庡啀璇曪紒 + /// </summary> + public const int VerificationCodeSentFrequently = 10005; #endregion } diff --git a/HDL_ON/Common/Utlis.cs b/HDL_ON/Common/Utlis.cs index 329f7f5..3f8d765 100644 --- a/HDL_ON/Common/Utlis.cs +++ b/HDL_ON/Common/Utlis.cs @@ -1,5 +1,8 @@ 锘縰sing System; -namespace HDL_ON.Common +using Shared; +using System.Text.RegularExpressions; + +namespace HDL_ON { /// <summary> /// 甯哥敤宸ュ叿绫� @@ -15,5 +18,138 @@ Console.WriteLine(mes); #endif } - } + + /// <summary> + /// 寮圭獥鎻愮ず + /// </summary> + /// <param name="mes"></param> + public static void ShowAlertOnMainThread(string mes) + { + Application.RunOnMainThread(() => { + new Alert("", mes, Language.StringByID(StringId.Close)).Show(); + }); + } + + /// <summary> + /// + /// </summary> + /// <param name="mes"></param> + /// <param name="bodyView"></param> + public static void ShowTip(String mes, View bodyView) + { + var tip = new Tip() + { + Text = mes, + CloseTime = 1, + Direction = AMPopTipDirection.None + }; + tip.Show(bodyView); + } + + + #region 鈻� 鍚勭姝e垯妫�娴媉______________________ + /// <summary> + /// 鐢ㄤ簬涓浗澶ч檰楠岃瘉鎵嬫満鍙锋鍒欒〃杈惧紡 + /// </summary> + public static string PhoneRegexStr = "^[1][0-9]{10}$"; + /// <summary> + /// 鐢ㄤ簬楠岃瘉闈炰腑鍥藉ぇ闄嗘墜鏈哄彿姝e垯琛ㄨ揪寮� + /// </summary> + public static string PhoneForForeignRegexStr = "^[0-9]*$"; + /// <summary> + /// 鐢ㄤ簬楠岃瘉閭姝e垯琛ㄨ揪寮� + /// </summary> + public static string EmailRegexStr = "^\\s*([A-Za-z0-9_-]+(\\.\\w+)*@(\\w+\\.)+\\w{2,5})\\s*$"; + + /// <summary> + /// 鍒ゆ柇鏄惁鍖呭惈澶у啓瀛楁瘝 + /// </summary> + /// <returns><c>true</c>, if contain upper was checked, <c>false</c> otherwise.</returns> + /// <param name="value">Value.</param> + public static bool CheckContainUpper(string value) + { + Regex reg = new Regex("[A-Z]+"); + return reg.IsMatch(value); + } + + /// <summary> + /// 鍒ゆ柇鏄惁鍖呭惈灏忓啓瀛楁瘝 + /// </summary> + /// <returns><c>true</c>, if contain lower was checked, <c>false</c> otherwise.</returns> + /// <param name="value">Value.</param> + public static bool CheckContainLower(string value) + { + Regex reg = new Regex("[a-z]+"); + return reg.IsMatch(value); + } + + /// <summary> + /// 鍒ゆ柇鏄惁鍖呭惈鏁板瓧 + /// </summary> + /// <returns><c>true</c>, if contain lower was checked, <c>false</c> otherwise.</returns> + /// <param name="value">Value.</param> + public static bool CheckContainNum(string value) + { + Regex reg = new Regex("[0-9]+"); + return reg.IsMatch(value); + } + + /// <summary> + /// 鍒ゆ柇鏄惁鍖呭惈绗﹀彿 + /// </summary> + /// <returns><c>true</c>, if contain lower was checked, <c>false</c> otherwise.</returns> + /// <param name="value">Value.</param> + public static bool CheckContainSymbol(string value) + { + Regex reg = new Regex("([^a-z0-9A-Z])+"); + return reg.IsMatch(value); + } + + /// <summary> + /// 妫�娴嬮偖绠辨槸鍚﹀悎娉� + /// </summary> + /// <param name="email"></param> + /// <returns></returns> + public static bool CheckEmail(string email) + { + Regex reg = new Regex(EmailRegexStr); + return reg.IsMatch(email); + } + + /// <summary> + /// 妫�娴嬫墜鏈哄彿鏄惁鍚堟硶 + /// </summary> + /// <param name="phoneNumber">鎵嬫満鍙�</param> + /// <param name="areaCode">鍦板尯浠g爜</param> + /// <returns></returns> + public static bool CheckPhoneNumber(string phoneNumber, string areaCode) + { + //鏍¢獙澶栧浗鎵嬫満鍙� + if (areaCode != "86") + { + Regex reg = new Regex(PhoneForForeignRegexStr); + return reg.IsMatch(phoneNumber); + } + + //鏍¢獙鍥藉唴鎵嬫満鍙� + if (phoneNumber.Length > 11) + { + return false; + } + else if (phoneNumber.Length == 11) + { + Regex reg = new Regex(PhoneRegexStr); + return reg.IsMatch(phoneNumber); + } + else + { + //姝e垯琛ㄨ揪寮忓垽鏂槸鍚︽暟瀛� + Regex reg = new Regex("^[0-9]*$"); + return reg.IsMatch(phoneNumber); + } + } + + #endregion + } + } diff --git a/HDL_ON/DAL/Server/HttpServerRequest.cs b/HDL_ON/DAL/Server/HttpServerRequest.cs index f6110e1..ed753d9 100644 --- a/HDL_ON/DAL/Server/HttpServerRequest.cs +++ b/HDL_ON/DAL/Server/HttpServerRequest.cs @@ -309,7 +309,7 @@ /// 鑾峰彇鐢ㄦ埛淇℃伅 /// </summary> /// <returns></returns> - public void GetUserInfo() + public void GetUserInfo(bool bGetHeadImage = true) { var requestJson = HttpUtil.GetSignRequestJson(new NullObj()); var resultObj = HttpUtil.RequestHttpsPost(NewAPI.API_POST_Member_GetMemberInfo, requestJson); @@ -319,33 +319,37 @@ MainPage.LoginUser.userEmailInfo = info.memberEmail; MainPage.LoginUser.userMobileInfo = info.memberPhone; MainPage.LoginUser.userName = info.memberName; - - var headImageBytes = DownHeadImage(); - if (headImageBytes != null) + MainPage.LoginUser.areaCode = info.memberPhonePrefix; + //鏄惁闇�瑕佽幏鍙栧ご鍍� + if (bGetHeadImage) { - MainPage.LoginUser.headImagePageBytes = headImageBytes; - FileStream fs = null; - try + var headImageBytes = DownHeadImage(); + if (headImageBytes != null) { MainPage.LoginUser.headImagePageBytes = headImageBytes; - var filePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal) + "/", "headImage.png"); - fs = new FileStream(filePath, FileMode.Create, FileAccess.Write); - fs.Write(headImageBytes, 0, headImageBytes.Length); - fs.Flush(); - MainPage.LoginUser.headImagePagePath = filePath; - } - catch (Exception ex) - { - MainPage.Log($"download headImage error : {ex.Message}"); - } - finally - { - if (fs != null) + FileStream fs = null; + try { - fs.Close(); + MainPage.LoginUser.headImagePageBytes = headImageBytes; + var filePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal) + "/", "headImage.png"); + fs = new FileStream(filePath, FileMode.Create, FileAccess.Write); + fs.Write(headImageBytes, 0, headImageBytes.Length); + fs.Flush(); + MainPage.LoginUser.headImagePagePath = filePath; } - } + catch (Exception ex) + { + MainPage.Log($"download headImage error : {ex.Message}"); + } + finally + { + if (fs != null) + { + fs.Close(); + } + } + } } MainPage.LoginUser.SaveUserInfo(); @@ -458,11 +462,24 @@ else { //閭 - requestObj.memberMail = account; + requestObj.memberEmail = account; } var requestJson = HttpUtil.GetSignRequestJson(requestObj); - return HttpUtil.RequestHttpsPost(NewAPI.API_POST_Member_UpdateMemberInfo, requestJson).Code; + return HttpUtil.RequestHttpsPost(NewAPI.API_POST_Member_BindWithAccount, requestJson).Code; } + + /// <summary> + /// 瑙g粦鎵嬫満鎴栬�呴偖绠� + /// </summary> + /// <param name="isPhone"></param> + /// <returns></returns> + public string UnBindAccount(bool isPhone) + { + var requestObj = new UnBindAccountObj() { unBindLabel = isPhone ? "PHONE": "EMAIL" }; + var requestJson = HttpUtil.GetSignRequestJson(requestObj); + return HttpUtil.RequestHttpsPost(NewAPI.API_POST_Member_UnbindWithAccount, requestJson).Code; + } + #endregion #region 浣忓畢閮ㄥ垎 @@ -623,20 +640,28 @@ public ResponsePackNew GetResidenceMemberAccount() { var requestJson = Newtonsoft.Json.JsonConvert.SerializeObject(new HomeIdObj() { homeId = DB_ResidenceData.residenceData.residecenInfo.RegionID }); - return HttpUtil.RequestHttpsPost(NewAPI.API_POST_Child_FindAll, requestJson, null, DB_ResidenceData.residenceData.residecenInfo.regionUrl); + var replaceToken = MainPage.LoginUser.loginTokenString; + //濡傛灉褰撳墠鎵�鍒嗕韩浣忓畢鍜屼负绠$悊鍛橈紝鏇挎崲涓轰富浜簍oken + //寰呭鐞�... + return HttpUtil.RequestHttpsPost(NewAPI.API_POST_Child_FindAll, requestJson, DB_ResidenceData.residenceData.residecenInfo.regionUrl, replaceToken); } /// <summary> /// 鍒犻櫎浣忓畢涓嬬殑鎴愬憳璐﹀彿 /// </summary> /// <returns></returns> - public ResponsePack DeleteResidenceMemberAccount(string memberAccount) + public ResponsePackNew DeleteResidenceMemberAccount(ResidenceMemberInfo subaccount) { - Dictionary<string, object> d = new Dictionary<string, object>(); - d.Add("SubAccount", memberAccount); - d.Add("HouseDistributedMark", DB_ResidenceData.residenceData.residecenInfo.RegionID); - string jsonString = Newtonsoft.Json.JsonConvert.SerializeObject(d); - return RequestHttps($"{severAddress}/ZigbeeUsers/DeletedSubAccount", jsonString, true); + var requestObj = new ChildDeleteObj() + { + childAccountId = subaccount.childAccountId, + homeId = subaccount.homeId + }; + var requestJson = Newtonsoft.Json.JsonConvert.SerializeObject(requestObj); + var replaceToken = MainPage.LoginUser.loginTokenString; + //濡傛灉褰撳墠鎵�鍒嗕韩浣忓畢鍜屼负绠$悊鍛橈紝鏇挎崲涓轰富浜簍oken + //寰呭鐞�... + return HttpUtil.RequestHttpsPost(NewAPI.API_POST_Child_Delete, requestJson, DB_ResidenceData.residenceData.residecenInfo.regionUrl, replaceToken); } /// <summary> diff --git a/HDL_ON/DAL/Server/HttpUtil.cs b/HDL_ON/DAL/Server/HttpUtil.cs index 8f6e8cd..1e7e0e2 100644 --- a/HDL_ON/DAL/Server/HttpUtil.cs +++ b/HDL_ON/DAL/Server/HttpUtil.cs @@ -204,20 +204,20 @@ } catch (Exception ex) { - HDL_ON.Common.Utlis.WriteLine(ex.Message); + HDL_ON.Utlis.WriteLine(ex.Message); return new ResponsePackNew() { Code = "DATA_EXCEPTION" }; } } else { - HDL_ON.Common.Utlis.WriteLine(response.Content); + HDL_ON.Utlis.WriteLine(response.Content); return new ResponsePackNew() { Code = "NETWORK_ERROR" }; } } catch (Exception ex) { - HDL_ON.Common.Utlis.WriteLine(ex.Message); + HDL_ON.Utlis.WriteLine(ex.Message); return new ResponsePackNew() { Code = "NETWORK_ERROR" }; } @@ -285,7 +285,7 @@ } catch (Exception ex) { - HDL_ON.Common.Utlis.WriteLine(ex.Message); + HDL_ON.Utlis.WriteLine(ex.Message); return null; } #endregion @@ -376,20 +376,20 @@ } catch (Exception ex) { - HDL_ON.Common.Utlis.WriteLine(ex.Message); + HDL_ON.Utlis.WriteLine(ex.Message); return new ResponsePackNew() { Code = "DATA_EXCEPTION" }; } } else { - HDL_ON.Common.Utlis.WriteLine(response.Content); + HDL_ON.Utlis.WriteLine(response.Content); return new ResponsePackNew() { Code = "NETWORK_ERROR" }; } } catch (Exception ex) { - HDL_ON.Common.Utlis.WriteLine(ex.Message); + HDL_ON.Utlis.WriteLine(ex.Message); return new ResponsePackNew() { Code = "NETWORK_ERROR" }; } diff --git a/HDL_ON/DAL/Server/IMessageCommon.cs b/HDL_ON/DAL/Server/IMessageCommon.cs index 9239d02..ccea3d4 100644 --- a/HDL_ON/DAL/Server/IMessageCommon.cs +++ b/HDL_ON/DAL/Server/IMessageCommon.cs @@ -64,12 +64,14 @@ stateCodeDic["2"] = HDL_ON.StringId.SystemMaintenance; //楠岃瘉鐮佹牎楠屽け璐� stateCodeDic["14"] = HDL_ON.StringId.VerificationCodeWrong; - ////浼氳瘽瓒呮椂锛岃鏇存柊token - //stateCodeDic["10001"] = HDL_ON.StringId.uOperationFailed; + //楠岃瘉鐮佸彂閫侀绻侊紝璇风◢鍚庡啀璇曪紒 + stateCodeDic["15"] = HDL_ON.StringId.VerificationCodeSentFrequently; ////鐧诲綍澶辫触锛岃处鍙锋垨鑰呭瘑鐮侀敊璇� stateCodeDic["10008"] = HDL_ON.StringId.LoginFailed_AccountOrPasswordError; //璐﹀彿涓嶅瓨鍦� stateCodeDic[StateCode.ACCOUNT_NOT_EXIST] = HDL_ON.StringId.AccountNotExist; + //璐﹀彿宸插瓨鍦� + stateCodeDic["10012"] = HDL_ON.StringId.AccountExist; //#endregion ////return; diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs index ff11be3..287863f 100644 --- a/HDL_ON/DAL/Server/NewApiRes.cs +++ b/HDL_ON/DAL/Server/NewApiRes.cs @@ -304,6 +304,14 @@ /// 鐢ㄦ埛鎵嬫満鍙� /// </summary> public string memberPhone; + /// <summary> + /// 鍥藉鍖哄彿 + /// </summary> + public string memberPhonePrefix; + /// <summary> + /// 鐧诲綍鍚� + /// </summary> + public string loginName; } @@ -334,7 +342,7 @@ /// <summary> /// 鐢ㄦ埛鎵嬫満 /// </summary> - public string memberMail; + public string memberEmail; /// <summary> /// 楠岃瘉鍚� /// </summary> @@ -343,6 +351,19 @@ } + /// <summary> + /// 瑙g粦缁戝畾璁よ瘉(鎵嬫満/閭) + /// </summary> + [System.Serializable] + public class UnBindAccountObj + { + /// <summary> + /// 瑙g粦鏍囩ず锛孭HONE锛孍MAIL + /// </summary> + public string unBindLabel; + } + + #endregion #region 鈻� 浣忓畢鐩稿叧 ____________________________ diff --git a/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs b/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs index a99a04e..243b8ba 100644 --- a/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs +++ b/HDL_ON/Entity/ResponseEntity/ResidenceMemberInfo.cs @@ -39,6 +39,43 @@ /// </summary> public List<ShareData> CurResidenceShareDate = new List<ShareData>(); + /// <summary> + /// + /// </summary> + public string id; + /// <summary> + /// + /// </summary> + public string homeId; + /// <summary> + /// + /// </summary> + public string homeRegionId; + /// <summary> + /// + /// </summary> + public string childAccountId; + /// <summary> + /// + /// </summary> + public string childAccountRegionId; + /// <summary> + /// 瀛愯处鎴风被鍨� ORDINARY銆丏EBUG銆丄DMIN + /// </summary> + public string childAccountType; + /// <summary> + /// 鏄惁鍏佽杩滅▼鎺у埗 + /// </summary> + public bool isRemoteControl; + /// <summary> + /// 鏄电О1 + /// </summary> + public string nickName; + /// <summary> + /// + /// </summary> + public string createTime; + } public class ShareData diff --git a/HDL_ON/Entity/UserInfo.cs b/HDL_ON/Entity/UserInfo.cs index 70800be..c8e300f 100644 --- a/HDL_ON/Entity/UserInfo.cs +++ b/HDL_ON/Entity/UserInfo.cs @@ -55,7 +55,7 @@ /// <summary> /// 鐢ㄦ埛鍖哄煙 /// </summary> - public int areaCode = 86; + public string areaCode = "86"; /// <summary> /// 鐢ㄦ埛澶村儚鍥剧墖 /// </summary> diff --git a/HDL_ON/HDL_ON.projitems b/HDL_ON/HDL_ON.projitems index 9dbc39f..d7503ac 100644 --- a/HDL_ON/HDL_ON.projitems +++ b/HDL_ON/HDL_ON.projitems @@ -160,7 +160,7 @@ <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\MemberManagement\ChooseShareMemberTargetListPageBLL.cs" /> <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\AccountBindInfo\AccountBindInfoPage.cs" /> <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\AccountBindInfo\ChangeBindAccountPage.cs" /> - <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\AccountBindInfo\VerificationCodePage.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\AccountBindInfo\ChangeBindVerificationCodePage.cs" /> <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\AccountBindInfo\BindAccountPage.cs" /> <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\FuntionControlView\EnvironmentalScience\EchartsOption.cs" /> <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\ResetAccountPassword\ResetPasswordOptionPage.cs" /> @@ -196,6 +196,8 @@ <Compile Include="$(MSBuildThisFileDirectory)Common\Utlis.cs" /> <Compile Include="$(MSBuildThisFileDirectory)DAL\Server\IMessageCommon.cs" /> <Compile Include="$(MSBuildThisFileDirectory)DAL\Server\NewApiRes.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\AccountBindInfo\NewBindAccountPage.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)UI\UI2\4-PersonalCenter\AccountBindInfo\NewBindVerificationCodePage.cs" /> </ItemGroup> <ItemGroup> <Folder Include="$(MSBuildThisFileDirectory)UI\" /> diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index 4e86d9f..aef45e0 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -185,16 +185,6 @@ #endif } - /// <summary> - /// 寮圭獥鎻愮ず - /// </summary> - /// <param name="mes"></param> - public static void ShowAlertOnMainThread(string mes) - { - Application.RunOnMainThread(() => { - new Alert("", mes, Language.StringByID(StringId.Close)).Show(); - }); - } } } diff --git a/HDL_ON/UI/UI1-Login/LoginPageBLL.cs b/HDL_ON/UI/UI1-Login/LoginPageBLL.cs index d91a9b9..24debf0 100644 --- a/HDL_ON/UI/UI1-Login/LoginPageBLL.cs +++ b/HDL_ON/UI/UI1-Login/LoginPageBLL.cs @@ -587,6 +587,11 @@ IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_GetRegionByAccount, result.Code); return; } + else + { + //璁剧疆鐢ㄦ埛鎵�娉ㄥ唽鍦板尯鐨勫煙鍚嶏紝鐢ㄦ埛鐩稿叧鎿嶄綔閮界敤杩欎釜鍩熷悕 + + } } //鐧诲綍 @@ -901,7 +906,11 @@ else { //2020-11-13 寰呯‘璁� - MainPage.ShowAlertOnMainThread("鐧诲綍澶辫触锛岃鍏堟坊鍔犱綇瀹呫��"); + //鑾峰彇浣忓畢澶辫触锛岄噸鏂版爣璁颁负鏈櫥褰曠姸鎬� + MainPage.LoginUser.lastTime = DateTime.MinValue; + MainPage.LoginUser.SaveUserInfo(); + //鐧诲綍澶辫触锛岃鍏堟坊鍔犱綇瀹咃紒 + Utlis.ShowAlertOnMainThread(Language.StringByID(StringId.FailedGetHomeList)); } } } diff --git a/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs b/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs index ce1f7a3..68776ba 100644 --- a/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs +++ b/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs @@ -426,7 +426,7 @@ }else if (result.Code.ToUpper() == StateCode.SUCCESS) { //3.鎻愮ず璐﹀彿宸插瓨鍦紝鏃犳硶閲嶅娉ㄥ唽 - MainPage.ShowAlertOnMainThread(Language.StringByID(StringId.AccountAlreadyUse)); + Utlis.ShowAlertOnMainThread(Language.StringByID(StringId.AccountAlreadyUse)); } else { //4.鎻愮ず鍏跺畠寮傚父閿欒 diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs index d1a0a8d..c268179 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs @@ -4,6 +4,9 @@ namespace HDL_ON.UI { + /// <summary> + /// 宸茬粦瀹氭墜鏈烘垨鑰呴偖绠辩殑椤甸潰 + /// </summary> public partial class AccountBindInfoPage : FrameLayout { FrameLayout bodyView; @@ -113,6 +116,7 @@ { EventHandler<MouseEventArgs> eventHandler = (sender, e) => { var cbe = new ChangeBindAccountPage(); + cbe.isUnbind = false; MainPage.BasePageView.AddChidren(cbe); if (optionType == 1) { @@ -134,6 +138,7 @@ { EventHandler<MouseEventArgs> eventHandler = (sender, e) => { var cbe = new ChangeBindAccountPage(); + cbe.isUnbind = true;//鏄惁涓鸿В缁戞爣璁� MainPage.BasePageView.AddChidren(cbe); if (optionType == 1) { diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs index ad35668..11b31ba 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs @@ -1,206 +1,206 @@ -锘縰sing System; -using Shared; -using HDL_ON.UI.CSS; -using System.Text.RegularExpressions; -using HDL_ON.DAL.Server; +锘�//using System; +//using Shared; +//using HDL_ON.UI.CSS; +//using System.Text.RegularExpressions; +//using HDL_ON.DAL.Server; -namespace HDL_ON.UI -{ - public partial class BindAccountPage : FrameLayout - { - FrameLayout bodyView; - Button btnBind; - EditText etContent; - Action<string> action; - /// <summary> - /// 鏍囬ID - /// </summary> - int titleId; - public BindAccountPage() - { - bodyView = this; - } +//namespace HDL_ON.UI +//{ +// public partial class BindAccountPage : FrameLayout +// { +// FrameLayout bodyView; +// Button btnBind; +// EditText etContent; +// Action<string> action; +// /// <summary> +// /// 鏍囬ID +// /// </summary> +// int titleId; +// public BindAccountPage() +// { +// bodyView = this; +// } - public void LoadPage(Action<string> act,int tId) - { - action = act; - titleId = tId; - bodyView.BackgroundColor = CSS_Color.BackgroundColor; - new TopViewDiv(bodyView, Language.StringByID(titleId)).LoadTopView(); +// public void LoadPage(Action<string> act,int tId) +// { +// action = act; +// titleId = tId; +// bodyView.BackgroundColor = CSS_Color.BackgroundColor; +// new TopViewDiv(bodyView, Language.StringByID(titleId)).LoadTopView(); - FrameLayout rowView = new FrameLayout() - { - Y = Application.GetRealHeight(72), - Height = Application.GetRealHeight(50), - BackgroundColor = CSS_Color.MainBackgroundColor, - }; - bodyView.AddChidren(rowView); +// FrameLayout rowView = new FrameLayout() +// { +// Y = Application.GetRealHeight(72), +// Height = Application.GetRealHeight(50), +// BackgroundColor = CSS_Color.MainBackgroundColor, +// }; +// bodyView.AddChidren(rowView); - Button btnTitle = new Button() - { - X = Application.GetRealWidth(16), - Width = Application.GetRealWidth(180), - TextColor = CSS_Color.FirstLevelTitleColor, - TextSize = CSS_FontSize.SubheadingFontSize, - TextAlignment = TextAlignment.CenterLeft, - TextID = titleId == StringId.BindEmail ? StringId.EntryNewEmail : StringId.EntryNewPhone, - }; - rowView.AddChidren(btnTitle); +// Button btnTitle = new Button() +// { +// X = Application.GetRealWidth(16), +// Width = Application.GetRealWidth(180), +// TextColor = CSS_Color.FirstLevelTitleColor, +// TextSize = CSS_FontSize.SubheadingFontSize, +// TextAlignment = TextAlignment.CenterLeft, +// TextID = titleId == StringId.BindEmail ? StringId.EntryNewEmail : StringId.EntryNewPhone, +// }; +// rowView.AddChidren(btnTitle); - etContent = new EditText() - { - Width = Application.GetRealWidth(359), - TextColor = CSS_Color.PromptingColor1, - TextSize = CSS_FontSize.TextFontSize, - TextAlignment = TextAlignment.CenterRight, - Foucs = true - }; - rowView.AddChidren(etContent); +// etContent = new EditText() +// { +// Width = Application.GetRealWidth(359), +// TextColor = CSS_Color.PromptingColor1, +// TextSize = CSS_FontSize.TextFontSize, +// TextAlignment = TextAlignment.CenterRight, +// Foucs = true +// }; +// rowView.AddChidren(etContent); - btnBind = new Button() - { - Y = Application.GetRealHeight(213), - Gravity = Gravity.CenterHorizontal, - Width = Application.GetRealWidth(220), - Height = Application.GetRealHeight(44), - BackgroundColor = CSS_Color.MainColor, - TextAlignment = TextAlignment.Center, - TextColor = CSS_Color.MainBackgroundColor, - TextID = StringId.Confirm, - TextSize = CSS_FontSize.SubheadingFontSize, - IsBold = true, - Radius = (uint)Application.GetRealWidth(22), - BorderColor = 0x00000000, - BorderWidth = 0, - }; - bodyView.AddChidren(btnBind); +// btnBind = new Button() +// { +// Y = Application.GetRealHeight(213), +// Gravity = Gravity.CenterHorizontal, +// Width = Application.GetRealWidth(220), +// Height = Application.GetRealHeight(44), +// BackgroundColor = CSS_Color.MainColor, +// TextAlignment = TextAlignment.Center, +// TextColor = CSS_Color.MainBackgroundColor, +// TextID = StringId.Confirm, +// TextSize = CSS_FontSize.SubheadingFontSize, +// IsBold = true, +// Radius = (uint)Application.GetRealWidth(22), +// BorderColor = 0x00000000, +// BorderWidth = 0, +// }; +// bodyView.AddChidren(btnBind); - LoadEvent_BindEmail(); +// LoadEvent_BindEmail(); - } - } +// } +// } - //-------------------------------------------- - public partial class BindAccountPage - { - void LoadEvent_BindEmail() - { - btnBind.MouseUpEventHandler = (sender, e) => { - Application.HideSoftInput(); - var account = etContent.Text.Trim(); - if (titleId == StringId.BindEmail) - { - if (account == MainPage.LoginUser.userEmailInfo) - { - var tip = new Tip() - { - Text = Language.StringByID(StringId.EmailIsSameNoNeedModfiy), - CloseTime = 1, - Direction = AMPopTipDirection.None - }; - tip.Show(bodyView); - return; - } - if (!Regex.IsMatch(account, "([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,5})+")) - { - var tip = new Tip() - { - Text = Language.StringByID(StringId.PlsEntryCorrectEmailAddress), - CloseTime = 1, - Direction = AMPopTipDirection.None - }; - tip.Show(bodyView); - return; - } - } - else if (titleId == StringId.BindPhone) - { - if(account == MainPage.LoginUser.userMobileInfo) - { - var tip = new Tip() - { - Text = Language.StringByID(StringId.PhoneNumberIsSameNoNeedModfiy), - CloseTime = 1, - Direction = AMPopTipDirection.None - }; - tip.Show(bodyView); - return; - } - if (!Regex.IsMatch(account, @"^[1]+\d{10}") || (account.Length != 11)) - { - var tip = new Tip() - { - Text = Language.StringByID(StringId.PlsEntryCorrectMobilNeumber), - CloseTime = 1, - Direction = AMPopTipDirection.None - }; - tip.Show(bodyView); - return; - } - } - new System.Threading.Thread(() => - { - var result = new HttpServerRequest().BindAccount(account); - if (result.ToUpper() == StateCode.SUCCESS) - { - Application.RunOnMainThread(() => - { - if (titleId == StringId.BindEmail) - { - MainPage.LoginUser.userEmailInfo = account; - } - else if (titleId == StringId.BindPhone) - { - MainPage.LoginUser.userMobileInfo = account; - } - var page = new OperationResultDisPalyPage(); - page.Show(); - if (titleId == StringId.BindEmail) - { - page.LoadPage(true, Language.StringByID(StringId.BindEmail), Language.StringByID(StringId.BindEmailSuccess), ""); - } - else if (titleId == StringId.BindPhone) - { - page.LoadPage(true, Language.StringByID(StringId.BindPhone), Language.StringByID(StringId.BindPhoneSuccess), ""); - } +// //-------------------------------------------- +// public partial class BindAccountPage +// { +// void LoadEvent_BindEmail() +// { +// btnBind.MouseUpEventHandler = (sender, e) => { +// Application.HideSoftInput(); +// var account = etContent.Text.Trim(); +// if (titleId == StringId.BindEmail) +// { +// if (account == MainPage.LoginUser.userEmailInfo) +// { +// var tip = new Tip() +// { +// Text = Language.StringByID(StringId.EmailIsSameNoNeedModfiy), +// CloseTime = 1, +// Direction = AMPopTipDirection.None +// }; +// tip.Show(bodyView); +// return; +// } +// if (!Regex.IsMatch(account, "([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,5})+")) +// { +// var tip = new Tip() +// { +// Text = Language.StringByID(StringId.PlsEntryCorrectEmailAddress), +// CloseTime = 1, +// Direction = AMPopTipDirection.None +// }; +// tip.Show(bodyView); +// return; +// } +// } +// else if (titleId == StringId.BindPhone) +// { +// if(account == MainPage.LoginUser.userMobileInfo) +// { +// var tip = new Tip() +// { +// Text = Language.StringByID(StringId.PhoneNumberIsSameNoNeedModfiy), +// CloseTime = 1, +// Direction = AMPopTipDirection.None +// }; +// tip.Show(bodyView); +// return; +// } +// if (!Regex.IsMatch(account, @"^[1]+\d{10}") || (account.Length != 11)) +// { +// var tip = new Tip() +// { +// Text = Language.StringByID(StringId.PlsEntryCorrectMobilNeumber), +// CloseTime = 1, +// Direction = AMPopTipDirection.None +// }; +// tip.Show(bodyView); +// return; +// } +// } +// new System.Threading.Thread(() => +// { +// var result = new HttpServerRequest().BindAccount(account); +// if (result.ToUpper() == StateCode.SUCCESS) +// { +// Application.RunOnMainThread(() => +// { +// if (titleId == StringId.BindEmail) +// { +// MainPage.LoginUser.userEmailInfo = account; +// } +// else if (titleId == StringId.BindPhone) +// { +// MainPage.LoginUser.userMobileInfo = account; +// } +// var page = new OperationResultDisPalyPage(); +// page.Show(); +// if (titleId == StringId.BindEmail) +// { +// page.LoadPage(true, Language.StringByID(StringId.BindEmail), Language.StringByID(StringId.BindEmailSuccess), ""); +// } +// else if (titleId == StringId.BindPhone) +// { +// page.LoadPage(true, Language.StringByID(StringId.BindPhone), Language.StringByID(StringId.BindPhoneSuccess), ""); +// } - for (int i = 0; i < 3; i++) - { - MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent(); - } - action(account); - }); - } - else - { - var tipMsg = ""; +// for (int i = 0; i < 3; i++) +// { +// MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent(); +// } +// action(account); +// }); +// } +// else +// { +// var tipMsg = ""; - Application.RunOnMainThread(() => - { - var page = new OperationResultDisPalyPage(); - page.Show(); - if (titleId == StringId.BindEmail) - { - if (result == "Exist") - { - tipMsg = Language.StringByID(StringId.EmailAlreadyUse); - } - page.LoadPage(false, Language.StringByID(StringId.BindEmail), Language.StringByID(StringId.BindEmailFail) + "," + tipMsg, ""); - } - else - { - if (result == "Exist") - { - tipMsg = Language.StringByID(StringId.PhoneNumberAlreadyUse); - } - page.LoadPage(false, Language.StringByID(StringId.BindPhone), Language.StringByID(StringId.BindPhoneFail) + "," + tipMsg, ""); - } - }); - } - }) - { IsBackground = true }.Start(); - }; - } - } -} +// Application.RunOnMainThread(() => +// { +// var page = new OperationResultDisPalyPage(); +// page.Show(); +// if (titleId == StringId.BindEmail) +// { +// if (result == "Exist") +// { +// tipMsg = Language.StringByID(StringId.EmailAlreadyUse); +// } +// page.LoadPage(false, Language.StringByID(StringId.BindEmail), Language.StringByID(StringId.BindEmailFail) + "," + tipMsg, ""); +// } +// else +// { +// if (result == "Exist") +// { +// tipMsg = Language.StringByID(StringId.PhoneNumberAlreadyUse); +// } +// page.LoadPage(false, Language.StringByID(StringId.BindPhone), Language.StringByID(StringId.BindPhoneFail) + "," + tipMsg, ""); +// } +// }); +// } +// }) +// { IsBackground = true }.Start(); +// }; +// } +// } +//} diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs index 2420826..5f4c407 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindAccountPage.cs @@ -6,14 +6,31 @@ namespace HDL_ON.UI { + /// <summary> + /// 淇敼缁戝畾鎴栬�呰В缁�--鍙戦�侀獙璇佺爜椤甸潰 + /// </summary> public partial class ChangeBindAccountPage : FrameLayout { + /// <summary> + /// + /// </summary> FrameLayout bodyView; + /// <summary> + /// + /// </summary> Action<string> action; /// <summary> /// 鎿嶄綔鐩爣绫诲瀷 1:閭锛�2:鎵嬫満 /// </summary> int optionType; + /// <summary> + /// 鏄惁涓鸿В缁戦獙璇� + /// </summary> + public bool isUnbind; + + /// <summary> + /// ChangeBindAccountPage + /// </summary> public ChangeBindAccountPage() { bodyView = this; @@ -88,7 +105,8 @@ }; bodyView.AddChidren(btnChangeBind); - if (!string.IsNullOrEmpty(MainPage.LoginUser.userMobileInfo)) + //鍚屾椂缁戝畾閭鎴栬�呮墜鏈烘墠鏄剧ず"鏇存崲楠岃瘉鏂瑰紡" + if (!string.IsNullOrEmpty(MainPage.LoginUser.userMobileInfo) && !string.IsNullOrEmpty(MainPage.LoginUser.userEmailInfo)) { Button btnChangeGetVer = new Button() { @@ -105,6 +123,7 @@ LoadEvent_ChangeVerificationMethod(btnChangeGetVer, btnTitle, btnContent); } + LoadEvent_GetVerification(btnChangeBind, titleId); } @@ -146,47 +165,63 @@ { new Thread(() => { - if (optionType == 1) + //1.鑾峰彇楠岃瘉鐮�,閲囩敤鏁忔劅鏁版嵁楠岃瘉 + ResponsePackNew resultObj; + if (optionType == 1)//閭 { - var resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, MainPage.LoginUser.userEmailInfo); + resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.SENSITIVE_DATA, MainPage.LoginUser.userEmailInfo); + } + else + { + resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.SENSITIVE_DATA, MainPage.LoginUser.userMobileInfo, true, MainPage.LoginUser.areaCode); + } - } - else if (optionType == 2) + if (resultObj.Code != StateCode.SUCCESS) { - var resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, MainPage.LoginUser.userMobileInfo, true, MainPage.LoginUser.areaCode.ToString()); + // 鎻愮ず閿欒 + IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Verification_Send, resultObj.Code); } - }) - { IsBackground = true }.Start(); - } - if (time == 0) - { - time = 60; - new Thread(() => - { - while (time > 0) + else { - time--; + if (time == 0) + { + time = 60; + new Thread(() => + { + while (time > 0) + { + time--; + Application.RunOnMainThread(() => + { + button.Text = time.ToString() + "s"; + }); + Thread.Sleep(1000); + } + Application.RunOnMainThread(() => + { + button.IsSelected = true; + button.TextID = StringId.GetVerificationCode; + button.BackgroundColor = CSS_Color.MainColor; + time = 0; + }); + }) + { IsBackground = true }.Start(); + } Application.RunOnMainThread(() => { - button.Text = time.ToString() + "s"; + button.BackgroundColor = CSS_Color.PromptingColor1; + var vcp = new ChangeBindVerificationCodePage(); + vcp.isUnbind = isUnbind; + MainPage.BasePageView.AddChidren(vcp); + vcp.LoadPage(action, titleId, optionType, time); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; }); - Thread.Sleep(1000); } - Application.RunOnMainThread(() => - { - button.IsSelected = true; - button.TextID = StringId.GetVerificationCode; - button.BackgroundColor = CSS_Color.MainColor; - time = 0; - }); - }) - { IsBackground = true }.Start(); + + }) { IsBackground = true }.Start(); } - button.BackgroundColor = CSS_Color.PromptingColor1; - var vcp = new VerificationCodePage(); - MainPage.BasePageView.AddChidren(vcp); - vcp.LoadPage(action, titleId, optionType, time); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + + }; } } diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindVerificationCodePage.cs similarity index 91% rename from HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs rename to HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindVerificationCodePage.cs index 5744a72..09df67e 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindVerificationCodePage.cs @@ -6,7 +6,10 @@ namespace HDL_ON.UI { - public partial class VerificationCodePage :FrameLayout + /// <summary> + /// 淇敼缁戝畾鎴栬�呰В缁�--楠岃瘉鐮侀獙璇侀〉闈� + /// </summary> + public partial class ChangeBindVerificationCodePage : FrameLayout { FrameLayout bodyView; @@ -33,6 +36,10 @@ Button btnResend; Action<string> action; + + /// <summary> + /// + /// </summary> int titleId; /// <summary> @@ -43,7 +50,16 @@ /// 鍊掕鏃舵椂闂� /// </summary> int time = 0; - public VerificationCodePage() + + /// <summary> + /// 鏄惁涓鸿В缁戦獙璇� + /// </summary> + public bool isUnbind; + + /// <summary> + /// + /// </summary> + public ChangeBindVerificationCodePage() { bodyView = this; } @@ -54,14 +70,15 @@ /// <param name="tId">椤甸潰鏍囬</param> /// <param name="ot">鎿嶄綔绫诲瀷1:閭锛�2:鎵嬫満</param> /// <param name="time">鍊掕鏃舵椂闂�</param> - public void LoadPage(Action<string> act,int tId,int ot,int t) + public void LoadPage(Action<string> act, int tId, int ot, int t) { action = act; titleId = tId; bodyView.BackgroundColor = CSS_Color.BackgroundColor; optionType = ot; time = t; - Action backAction = () => { + Action backAction = () => + { Application.HideSoftInput(); }; new TopViewDiv(bodyView, Language.StringByID(tId)).LoadTopView(backAction); @@ -260,14 +277,15 @@ //--------------------------------------------- - public partial class VerificationCodePage + public partial class ChangeBindVerificationCodePage { /// <summary> /// 楠岃瘉鐮佽緭鍏ュ彉鍖栦簨浠� /// </summary> void LoadEvent_VerificationEntryEvent() { - EventHandler<MouseEventArgs> clickEvent = (sender, e) => { + EventHandler<MouseEventArgs> clickEvent = (sender, e) => + { et.Foucs = true; var etCode = et.Text; switch (etCode.Length) @@ -365,7 +383,8 @@ btnNum5.MouseUpEventHandler = clickEvent; btnNum6.MouseUpEventHandler = clickEvent; - et.TextChangeEventHandler = (sender, e) => { + et.TextChangeEventHandler = (sender, e) => + { var etCode = et.Text; switch (etCode.Length) { @@ -492,7 +511,7 @@ }); var verAccount = optionType == 1 ? MainPage.LoginUser.userEmailInfo : MainPage.LoginUser.userMobileInfo; var isPhone = optionType == 2; - var resultObj = new HttpServerRequest().ValidatorCode(VerifyType.REGISTER_USER_SYSTEM, verAccount, etCode, isPhone); + var resultObj = new HttpServerRequest().ValidatorCode(VerifyType.SENSITIVE_DATA, verAccount, etCode, isPhone); if (resultObj.Code == StateCode.SUCCESS) { result = true; @@ -517,6 +536,16 @@ { MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent(); //MainPage.BasePageView.RemoveAt(MainPage.BasePageView.ChildrenCount - 1); + //if (isUnbind) + //{ + // //褰撳墠涓鸿В缁戦獙璇� + + //} + //else + //{ + + //} + if (titleId == StringId.ModifyBindingEmail) { LoadEvent_SkipBindAccountInfoPage(StringId.BindEmail); @@ -530,7 +559,7 @@ var account = ""; new Thread(() => { - var result2 = new DAL.Server.HttpServerRequest().BindAccount(account); + var result2 = new DAL.Server.HttpServerRequest().UnBindAccount(false); if (result2 == StateCode.SUCCESS) { Application.RunOnMainThread(() => @@ -549,15 +578,8 @@ } else { - Application.RunOnMainThread(() => - { - new Tip() - { - CloseTime = 1, - Direction = AMPopTipDirection.None, - Text = Language.StringByID(StringId.OperationFailed), - }.Show(bodyView); - }); + //澶辫触鎻愮ず + IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Member_UnbindWithAccount, result2); } }) { IsBackground = true }.Start(); @@ -567,12 +589,12 @@ var account = ""; new Thread(() => { - var result2 = new DAL.Server.HttpServerRequest().BindAccount(account); + var result2 = new DAL.Server.HttpServerRequest().UnBindAccount(true); if (result2 == StateCode.SUCCESS) { Application.RunOnMainThread(() => { - MainPage.LoginUser.userEmailInfo = account; + MainPage.LoginUser.userMobileInfo = account; var page = new OperationResultDisPalyPage(); page.Show(); page.LoadPage(true, Language.StringByID(StringId.UnbindPhone), Language.StringByID(StringId.UnbindPhoneSuccess), ""); @@ -586,15 +608,8 @@ } else { - Application.RunOnMainThread(() => - { - new Tip() - { - CloseTime = 1, - Direction = AMPopTipDirection.None, - Text = Language.StringByID(StringId.OperationFailed), - }.Show(bodyView); - }); + //澶辫触鎻愮ず + IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Member_UnbindWithAccount, result2); } }) { IsBackground = true }.Start(); @@ -621,14 +636,15 @@ time = 60; new Thread(() => { - if (optionType == 1) + //1.鑾峰彇楠岃瘉鐮�,閲囩敤鏁忔劅鏁版嵁楠岃瘉 + ResponsePackNew resultObj; + if (optionType == 1)//閭 { - var resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, MainPage.LoginUser.userEmailInfo); - + resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.SENSITIVE_DATA, MainPage.LoginUser.userEmailInfo); } - else if (optionType == 2) + else { - var resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, MainPage.LoginUser.userMobileInfo, true, MainPage.LoginUser.areaCode.ToString()); + resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.SENSITIVE_DATA, MainPage.LoginUser.userMobileInfo, true, MainPage.LoginUser.areaCode); } }) { IsBackground = true }.Start(); @@ -658,18 +674,27 @@ /// </summary> void LoadEvent_Resend() { - btnResend.MouseUpEventHandler = (sender, e) => { + btnResend.MouseUpEventHandler = (sender, e) => + { LoadThread_SendVerCode(); }; } /// <summary> - /// 璺宠浆缁戝畾璐﹀彿淇℃伅浜嬩欢 + /// 璺宠浆鏂扮粦瀹氳处鍙蜂俊鎭簨浠� /// </summary> void LoadEvent_SkipBindAccountInfoPage(int skipTid) { - var vcp = new BindAccountPage(); - MainPage.BasePageView.AddChidren(vcp); - vcp.LoadPage(action,skipTid); + //var vcp = new BindAccountPage(); + //MainPage.BasePageView.AddChidren(vcp); + //vcp.LoadPage(action, skipTid); + //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + + //鏄惁涓烘崲缁戞墜鏈� + var isPhone = optionType == 2; + //璺宠浆鏂扮粦瀹氶〉闈� + var aep = new NewBindAccountPage(); + MainPage.BasePageView.AddChidren(aep); + aep.LoadPage(action, isPhone, true); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; } } diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs new file mode 100644 index 0000000..51c3577 --- /dev/null +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs @@ -0,0 +1,225 @@ +锘縰sing System; +using Shared; +using HDL_ON.UI.CSS; +using System.Threading; +using System.Text.RegularExpressions; +using HDL_ON.DAL.Server; + + +namespace HDL_ON.UI +{ + /// <summary> + /// 鏂扮粦瀹氭垨鑰呮崲缁�--鎵嬫満鎴栬�呴偖绠卞彂閫侀獙璇佺爜 + /// </summary> + public partial class NewBindAccountPage : FrameLayout + { + FrameLayout bodyView; + Button btnBind; + EditText etContent; + Action<string> action; + + /// <summary> + /// 鏍囬ID + /// </summary> + int titleId; + /// <summary> + /// 鏄惁鎵嬫満 + /// </summary> + bool isPhone; + /// <summary> + /// 鏄惁鎹㈢粦 + /// </summary> + bool isModifyBind; + + /// <summary> + /// 鎵嬫満鍖哄彿 + /// </summary> + string phoneZoneCode = "86"; + + /// <summary> + /// + /// </summary> + public NewBindAccountPage() + { + bodyView = this; + } + + /// <summary> + /// LoadPage + /// </summary> + /// <param name="act"></param> + /// <param name="isPhone">鏄惁缁戝畾鎵嬫満</param> + public void LoadPage(Action<string> act, bool isPhone = false, bool isModifyBind = false) + { + action = act; + this.isPhone = isPhone; + this.isModifyBind = isModifyBind; + if (isModifyBind) + { + //淇敼缁戝畾 + titleId = isPhone ? StringId.ModifyBindingPhone : StringId.ModifyBindingEmail; + } + else + { + //鏂扮粦瀹� + titleId = isPhone ? StringId.BoundMobileInfo : StringId.BoundEmailInfo; + } + + + + bodyView.BackgroundColor = CSS_Color.BackgroundColor; + new TopViewDiv(bodyView, Language.StringByID(titleId)).LoadTopView(); + + FrameLayout rowView = new FrameLayout() + { + Y = Application.GetRealHeight(72), + Height = Application.GetRealHeight(50), + BackgroundColor = CSS_Color.MainBackgroundColor, + }; + bodyView.AddChidren(rowView); + + //缁戝畾閭鎴栬�呯粦瀹氭墜鏈哄彿 + Button btnTitle = new Button() + { + X = Application.GetRealWidth(16), + Width = Application.GetRealWidth(180), + TextColor = CSS_Color.FirstLevelTitleColor, + TextSize = CSS_FontSize.SubheadingFontSize, + TextAlignment = TextAlignment.CenterLeft, + TextID = titleId, + }; + rowView.AddChidren(btnTitle); + + etContent = new EditText() + { + Width = Application.GetRealWidth(359), + TextColor = CSS_Color.PromptingColor1, + TextSize = CSS_FontSize.TextFontSize, + TextAlignment = TextAlignment.CenterRight, + Foucs = true + }; + rowView.AddChidren(etContent); + + btnBind = new Button() + { + Y = Application.GetRealHeight(213), + Gravity = Gravity.CenterHorizontal, + Width = Application.GetRealWidth(220), + Height = Application.GetRealHeight(44), + BackgroundColor = CSS_Color.MainColor, + TextAlignment = TextAlignment.Center, + TextColor = CSS_Color.MainBackgroundColor, + TextID = StringId.GetVerificationCode, + TextSize = CSS_FontSize.SubheadingFontSize, + IsBold = true, + Radius = (uint)Application.GetRealWidth(22), + BorderColor = 0x00000000, + BorderWidth = 0, + }; + bodyView.AddChidren(btnBind); + + //鐐瑰嚮鑾峰彇楠岃瘉鐮� + LoadEvent_GetVerification(btnBind); + + } + } + + + //-------------------------------------------- + public partial class NewBindAccountPage + { + /// <summary> + /// 鐐瑰嚮鑾峰彇楠岃瘉鐮� + /// </summary> + void LoadEvent_GetVerification(Button button) + { + button.MouseUpEventHandler = (sender, e) => + { + if (button.Text == Language.StringByID(StringId.GetVerificationCode)) + { + Application.HideSoftInput(); + var account = etContent.Text.Trim(); + #region 姝e垯琛ㄨ揪寮� + //1.妫�娴嬭处鍙锋槸鍚﹀悎娉� + if (!isPhone) + { + if (!Utlis.CheckEmail(account)) + { + Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectEmailAddress), bodyView); + return; + } + } + else + { + if (!Utlis.CheckPhoneNumber(account, phoneZoneCode)) + { + Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectMobilNeumber), bodyView); + return; + } + } + #endregion + int time = 0; + //2.妫�楠岄�氳繃 + new Thread(() => + { + //2.2 鑾峰彇楠岃瘉鐮� + ResponsePackNew resultObj; + if (!isPhone)//閭 + { + resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, account); + } + else + { + resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, account, true, phoneZoneCode); + } + + if (resultObj.Code != StateCode.SUCCESS) + { + // 鎻愮ず閿欒 + IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Verification_Send, resultObj.Code); + } + else + { + if (time == 0) + { + time = 60; + new Thread(() => + { + while (time > 0) + { + time--; + Application.RunOnMainThread(() => + { + button.Text = time.ToString() + "s"; + }); + Thread.Sleep(1000); + } + Application.RunOnMainThread(() => + { + button.IsSelected = true; + button.TextID = StringId.GetVerificationCode; + button.BackgroundColor = CSS_Color.MainColor; + time = 0; + }); + }) + { IsBackground = true }.Start(); + } + Application.RunOnMainThread(() => + { + button.BackgroundColor = CSS_Color.PromptingColor1; + var vcp = new NewBindVerificationCodePage(); + vcp.phoneZoneCode = phoneZoneCode; + MainPage.BasePageView.AddChidren(vcp); + vcp.LoadPage(action, titleId, account, isPhone, time, isModifyBind); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + }); + } + + }) + { IsBackground = true }.Start(); + } + + }; + } + } +} diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs similarity index 75% copy from HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs copy to HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs index 5744a72..1ce3c56 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/VerificationCodePage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs @@ -6,7 +6,10 @@ namespace HDL_ON.UI { - public partial class VerificationCodePage :FrameLayout + /// <summary> + /// 鏂扮粦瀹氭垨鑰呮崲缁�--楠岃瘉鐮侀獙璇佸苟缁戝畾 + /// </summary> + public partial class NewBindVerificationCodePage : FrameLayout { FrameLayout bodyView; @@ -33,34 +36,59 @@ Button btnResend; Action<string> action; + int titleId; - /// <summary> - /// 鎿嶄綔鐩爣绫诲瀷 1:閭锛�2:鎵嬫満 - /// </summary> - int optionType; + ///// <summary> + ///// 鎿嶄綔鐩爣绫诲瀷 1:閭锛�2:鎵嬫満 + ///// </summary> + //int optionType; /// <summary> /// 鍊掕鏃舵椂闂� /// </summary> int time = 0; - public VerificationCodePage() + /// <summary> + /// 鏄惁鎵嬫満 + /// </summary> + public bool isPhone; + /// <summary> + /// 鏄惁鎹㈢粦 + /// </summary> + public bool isModifyBind; + + /// <summary> + /// 鏂扮粦瀹氱殑璐﹀彿 + /// </summary> + public string verAccount; + /// <summary> + /// 鎵嬫満鍖哄彿 + /// </summary> + public string phoneZoneCode = "86"; + + + public NewBindVerificationCodePage() { bodyView = this; } - /// <summary> - /// + /// </summary> /// <param name="act">鍥炴帀鍑芥暟</param> /// <param name="tId">椤甸潰鏍囬</param> - /// <param name="ot">鎿嶄綔绫诲瀷1:閭锛�2:鎵嬫満</param> - /// <param name="time">鍊掕鏃舵椂闂�</param> - public void LoadPage(Action<string> act,int tId,int ot,int t) + /// <param name="account">璐﹀彿</param> + /// <param name="bPhone">鏄惁鎵嬫満</param> + /// <param name="t">鍊掕鏃舵椂闂�</param> + /// <param name="isModifyBind">鏄惁涓轰慨鏀圭粦瀹�</param> + public void LoadPage(Action<string> act, int tId, string account, bool bPhone, int t, bool isModifyBind) { action = act; titleId = tId; bodyView.BackgroundColor = CSS_Color.BackgroundColor; - optionType = ot; + isPhone = bPhone; time = t; + this.verAccount = account; + this.isModifyBind = isModifyBind; + + Action backAction = () => { Application.HideSoftInput(); }; @@ -260,7 +288,7 @@ //--------------------------------------------- - public partial class VerificationCodePage + public partial class NewBindVerificationCodePage { /// <summary> /// 楠岃瘉鐮佽緭鍏ュ彉鍖栦簨浠� @@ -490,17 +518,16 @@ { act = new PublicAssmebly().TipLoadingMsgDialog(Language.StringByID(StringId.SavingPleaseWait)); }); - var verAccount = optionType == 1 ? MainPage.LoginUser.userEmailInfo : MainPage.LoginUser.userMobileInfo; - var isPhone = optionType == 2; - var resultObj = new HttpServerRequest().ValidatorCode(VerifyType.REGISTER_USER_SYSTEM, verAccount, etCode, isPhone); - if (resultObj.Code == StateCode.SUCCESS) + + var resultObj = new HttpServerRequest().BindAccount(verAccount, etCode, isPhone); + if (resultObj == StateCode.SUCCESS) { result = true; } else { //澶辫触鎻愮ず - IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Verification_Check, resultObj.Code); + IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Member_BindWithAccount, resultObj); } Application.RunOnMainThread(() => { @@ -508,99 +535,9 @@ }); if (result) { - //Application.RunOnMainThread(() => - //{ - // new PublicAssmebly().TipMsgAutoClose(Language.StringByID(StringId.ValidationSuccessful), true); - //}); - //Thread.Sleep(1600); - Application.RunOnMainThread(() => - { - MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent(); - //MainPage.BasePageView.RemoveAt(MainPage.BasePageView.ChildrenCount - 1); - if (titleId == StringId.ModifyBindingEmail) - { - LoadEvent_SkipBindAccountInfoPage(StringId.BindEmail); - } - else if (titleId == StringId.ModifyBindingPhone) - { - LoadEvent_SkipBindAccountInfoPage(StringId.BindPhone); - } - else if (titleId == StringId.UnbindEmail)//瑙i櫎缁戝畾閭 - { - var account = ""; - new Thread(() => - { - var result2 = new DAL.Server.HttpServerRequest().BindAccount(account); - if (result2 == StateCode.SUCCESS) - { - Application.RunOnMainThread(() => - { - MainPage.LoginUser.userEmailInfo = account; - var page = new OperationResultDisPalyPage(); - page.Show(); - page.LoadPage(true, Language.StringByID(StringId.UnbindEmail), Language.StringByID(StringId.UnbindEmailSuccess), ""); - - for (int i = 0; i < 2; i++) - { - MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent(); - } - action(account); - }); - } - else - { - Application.RunOnMainThread(() => - { - new Tip() - { - CloseTime = 1, - Direction = AMPopTipDirection.None, - Text = Language.StringByID(StringId.OperationFailed), - }.Show(bodyView); - }); - } - }) - { IsBackground = true }.Start(); - } - else if (titleId == StringId.UnbindPhone) - { - var account = ""; - new Thread(() => - { - var result2 = new DAL.Server.HttpServerRequest().BindAccount(account); - if (result2 == StateCode.SUCCESS) - { - Application.RunOnMainThread(() => - { - MainPage.LoginUser.userEmailInfo = account; - var page = new OperationResultDisPalyPage(); - page.Show(); - page.LoadPage(true, Language.StringByID(StringId.UnbindPhone), Language.StringByID(StringId.UnbindPhoneSuccess), ""); - - for (int i = 0; i < 2; i++) - { - MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent(); - } - action(account); - }); - } - else - { - Application.RunOnMainThread(() => - { - new Tip() - { - CloseTime = 1, - Direction = AMPopTipDirection.None, - Text = Language.StringByID(StringId.OperationFailed), - }.Show(bodyView); - }); - } - }) - { IsBackground = true }.Start(); - - } - }); + //缁戝畾鎴愬姛 + BindSuccess(); + } }) { IsBackground = true }.Start(); @@ -609,6 +546,78 @@ } }; } + + /// <summary> + /// 缁戝畾鎴愬姛 + /// </summary> + void BindSuccess() + { + Application.RunOnMainThread(() => + { + var tipTitle = ""; + var tipMsg = ""; + if (isPhone) + { + MainPage.LoginUser.userMobileInfo = verAccount; + tipMsg = "璇蜂娇鐢ㄦ柊鐨勬墜鏈鸿处鍙风櫥褰旳PP"; + if (isModifyBind) + { + //鐧诲綍鎵嬫満淇敼瀹屾垚 + tipTitle = "鐧诲綍鎵嬫満淇敼瀹屾垚"; + } + else + { + //鐧诲綍鎵嬫満缁戝畾瀹屾垚 + tipTitle = "鐧诲綍鎵嬫満缁戝畾瀹屾垚"; + } + } + else + { + MainPage.LoginUser.userEmailInfo = verAccount; + tipMsg = "璇蜂娇鐢ㄦ柊鐨勯偖绠辫处鍙风櫥褰旳PP"; + if (isModifyBind) + { + //鐧诲綍閭淇敼瀹屾垚 + tipTitle = "鐧诲綍閭淇敼瀹屾垚"; + } + else + { + //鐧诲綍閭缁戝畾瀹屾垚 + tipTitle = "鐧诲綍閭缁戝畾瀹屾垚"; + + } + } + + var page = new OperationResultDisPalyPage(); + page.Show(); + page.LoadPage(true, Language.StringByID(titleId), tipTitle, tipMsg); + + if (isModifyBind) + { + ClosePageWithCount(3); + } + else + { + ClosePageWithCount(2); + } + + action(verAccount); + }); + } + + /// <summary> + /// 鎸囧畾鍏抽棴椤甸潰涓暟 + /// </summary> + /// <param name="countPage"></param> + void ClosePageWithCount(int countPage) + { + //鍏抽棴澶氬皯涓〉闈� + for (int i = 0; i < countPage; i++) + { + MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent(); + } + } + /// <summary> /// 閲嶅彂楠岃瘉鐮佺瓑寰呯嚎绋� /// </summary> @@ -621,15 +630,18 @@ time = 60; new Thread(() => { - if (optionType == 1) + //2.2 鑾峰彇楠岃瘉鐮� + ResponsePackNew resultObj; + if (!isPhone)//閭 { - var resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, MainPage.LoginUser.userEmailInfo); + resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, verAccount); + } + else + { + resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, verAccount, true, phoneZoneCode); + } - } - else if (optionType == 2) - { - var resultObj = new HttpServerRequest().VerificationCodeSend(VerifyType.REGISTER_USER_SYSTEM, MainPage.LoginUser.userMobileInfo, true, MainPage.LoginUser.areaCode.ToString()); - } + }) { IsBackground = true }.Start(); } @@ -653,6 +665,7 @@ }) { IsBackground = true }.Start(); } + /// <summary> /// 閲嶅彂楠岃瘉鐮佷簨浠� /// </summary> @@ -662,15 +675,6 @@ LoadThread_SendVerCode(); }; } - /// <summary> - /// 璺宠浆缁戝畾璐﹀彿淇℃伅浜嬩欢 - /// </summary> - void LoadEvent_SkipBindAccountInfoPage(int skipTid) - { - var vcp = new BindAccountPage(); - MainPage.BasePageView.AddChidren(vcp); - vcp.LoadPage(action,skipTid); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; - } + } } diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs index e97c197..0763905 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs @@ -17,8 +17,8 @@ { Action action = () => { - ResponsePack responePack = new HttpServerRequest().DeleteResidenceMemberAccount(memberInfo.SubAccountDistributedMark); - if (responePack.StateCode.ToUpper() == StateCode.SUCCESS) + var responePack = new HttpServerRequest().DeleteResidenceMemberAccount(memberInfo); + if (responePack.Code == StateCode.SUCCESS) { this.RemoveFromParent(); backAction(); diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs index 57dd341..ad865a6 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs @@ -540,6 +540,7 @@ } LoadEventList(); + } /// <summary> diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs index e2208cb..68393be 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPageBLL.cs @@ -19,6 +19,7 @@ LoadEvent_ChangeBindEmail(); LoadEvent_ChangeBindPhone(); LoadEvent_SkipModifyPassword(); + GetUserInfo(); } /// <summary> @@ -229,10 +230,22 @@ btnUserEmailInfo.Text = email; }; - var aep = new AccountBindInfoPage(); - MainPage.BasePageView.AddChidren(aep); - aep.LoadPage(action,1,StringId.EmailAddress); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + if(btnUserEmailInfo.Text == Language.StringByID(StringId.Unbound)) + { + //鏈粦瀹�,璺宠浆鏂扮粦瀹氶〉闈� + var aep = new NewBindAccountPage(); + MainPage.BasePageView.AddChidren(aep); + aep.LoadPage(action); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + } + else + { + var aep = new AccountBindInfoPage(); + MainPage.BasePageView.AddChidren(aep); + aep.LoadPage(action, 1, StringId.EmailAddress); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + } + }; btnUserEmailInfo.MouseUpEventHandler = eventHandler; btnUserEmailRight.MouseUpEventHandler = eventHandler; @@ -249,10 +262,23 @@ btnUserPhoneInfo.Text = phone; }; - var aep = new AccountBindInfoPage(); - MainPage.BasePageView.AddChidren(aep); - aep.LoadPage(action, 2, StringId.PhoneInfo); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + if (btnUserPhoneInfo.Text == Language.StringByID(StringId.Unbound)) + { + //鏈粦瀹�,璺宠浆鏂扮粦瀹氶〉闈� + var aep = new NewBindAccountPage(); + MainPage.BasePageView.AddChidren(aep); + aep.LoadPage(action, true); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + } + else + { + var aep = new AccountBindInfoPage(); + MainPage.BasePageView.AddChidren(aep); + aep.LoadPage(action, 2, StringId.PhoneInfo); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + } + + }; btnUserPhoneInfo.MouseUpEventHandler = eventHandler; btnUserPhoneRight.MouseUpEventHandler = eventHandler; @@ -294,5 +320,16 @@ resetPasswordView.MouseUpEventHandler = eventHandler; } + /// <summary> + /// + /// </summary> + void GetUserInfo() + { + new System.Threading.Thread(() => + { + new HttpServerRequest().GetUserInfo(); + }) + { IsBackground = true }.Start(); + } } } \ No newline at end of file diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs index d2e3ef1..0edefe9 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordOptionPage.cs @@ -187,10 +187,20 @@ { dialog.Close(); Action<string> action = (obj) => { }; - var vcp = new BindAccountPage(); - MainPage.BasePageView.AddChidren(vcp); - vcp.LoadPage(action, verificationOption == 0 ? StringId.BindPhone : StringId.BindEmail); + //var vcp = new BindAccountPage(); + //MainPage.BasePageView.AddChidren(vcp); + //vcp.LoadPage(action, verificationOption == 0 ? StringId.BindPhone : StringId.BindEmail); + //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + + //鏄惁涓烘崲缁戞墜鏈� + var isPhone = verificationOption == 0; + //璺宠浆鏂扮粦瀹氶〉闈� + var aep = new NewBindAccountPage(); + MainPage.BasePageView.AddChidren(aep); + aep.LoadPage(action, isPhone); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + + }; dialog.Show(); -- Gitblit v1.8.0