lixiaojun
2025-01-10 37178ba883bbddbb5e203fa1a3abc70f6cd6d2b0
1
2
3
4
5
6
7
8
9
10
namespace HStation.WinFrmUI.Auth
{
    public partial class UserInfoCtrl : DevExpress.XtraEditors.XtraUserControl
    {
        public UserInfoCtrl()
        {
            InitializeComponent();
        }
    }
}