using System; using Shared; namespace HDL_ON.UI { public class ThirdPartyBrandListPage : FrameLayout { bool already = false; FrameLayout bodyView; public ThirdPartyBrandListPage() { bodyView = this; } public void LoadPage() { new TopViewDiv(bodyView, Language.StringByID(StringId.FunctionBrand)).LoadTopView(); } } }