wjc
2022-03-02 a154c3ce81601e3c202d3c5f4d0a8cefc5a7e8ae
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using Shared;
 
namespace HDL_ON.UI.UI1Login
{
    public class LoginBaseView : PageLayout
    {
        public LoginBaseView()
        {
            this.IsShowPoint = false;
        }
    }
}