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