duheng
2024-08-06 ea48d2e61d0ad6dd0610cdae3a24b96bab7e5ec9
1
2
3
4
5
6
7
8
9
10
namespace HStation.WinFrmUI.Common.Core
{
    public partial class UserControl1 : UserControl
    {
        public UserControl1()
        {
            InitializeComponent();
        }
    }
}