ningshuxia
2025-03-21 7af1565cf5af77397453a3ea6ad516ac9be371f8
WinFrmUI/PBS.WinFrmUI.Hydro/01-model-template/00-core/SetMapBaseMapDlg.cs
@@ -61,7 +61,7 @@
        //数据验证
        private bool Valid()
        private bool Verify()
        {
            this.dxErrorProvider1.ClearErrors();
            if (string.IsNullOrEmpty(_filePath))
@@ -81,7 +81,7 @@
        //确定
        private void GeneralOkAndCancelCtrl1_OkEvent()
        {
            if (!Valid())
            if (!Verify())
            {
                return;
            }