duheng
2024-09-26 88c13046c69ebeb0bc323c8d81501f5933f5a81f
1
2
3
4
5
6
7
8
9
10
11
namespace HStation.WinFrmUI.Assets
{
    public partial class DescriptionDlg : DevExpress.XtraEditors.XtraForm
    {
        public DescriptionDlg()
        {
            InitializeComponent();
            this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon;
        }
    }
}