Shuxia Ning
2024-10-15 8b3c150ccc930e334f787f85db75784a54f08b0f
1
2
3
4
5
6
7
8
9
10
namespace HStation.WinFrmUI
{
    public partial class XtraUserControl1 : DevExpress.XtraEditors.XtraUserControl
    {
        public XtraUserControl1()
        {
            InitializeComponent();
        }
    }
}