Shuxia Ning
2024-11-29 2bd461f4240247b7cae3084beac7f0a59d94b8db
1
2
3
4
5
6
7
8
9
10
namespace HStation.WinFrmUI.Auth
{
    public partial class UserInfoCtrl : DevExpress.XtraEditors.XtraUserControl
    {
        public UserInfoCtrl()
        {
            InitializeComponent();
        }
    }
}