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