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