using System; using Shared; namespace HDL_ON.UI.UI1Login { public class LoginBaseView : PageLayout { public LoginBaseView() { this.IsShowPoint = false; } } }