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