Shuxia Ning
2025-01-03 5e776f1884d4d865c8d3d037a1fb10fb083f37ed
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;
        }
    }
}