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