using System; using HDL_ON.Entity; using Shared; namespace HDL_ON.UI { /// /// 支持的第三方平台设备列表界面 /// public class Iot_SupportSpkListPage : FrameLayout { private FrameLayout bodyView; IntegratedBrand_Iot brand_Iot; public Iot_SupportSpkListPage() { bodyView = this; } public void LoadPage() { } } }