lixiaojun
2024-09-24 cfe5793ec364b38ef9d775a5fdc769a56383d18b
1
2
3
4
5
6
7
8
9
10
namespace HStation.WinFrmUI.Assets
{
    public partial class DescriptionDlg : DevExpress.XtraEditors.XtraForm
    {
        public DescriptionDlg()
        {
            InitializeComponent();
        }
    }
}