From ef1fc8b0eeea6972964d8c62dfef7819bea49d1a Mon Sep 17 00:00:00 2001 From: qin <a@163.com> Date: 星期五, 14 三月 2025 11:01:34 +0800 Subject: [PATCH] 提交文件 --- WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.cs | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.cs b/WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.cs index 1a2b4b7..90b63e7 100644 --- a/WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.cs +++ b/WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.cs @@ -25,21 +25,6 @@ { bool isExist = true; this.dxErrorProvider1.ClearErrors(); - if (this.cbArea.Text == "璇烽�夋嫨") - { - this.dxErrorProvider1.SetError(this.cbArea, "蹇呭~椤�"); - isExist = false; - } - if (this.cbCity.Text == "璇烽�夋嫨") - { - this.dxErrorProvider1.SetError(this.cbCity, "蹇呭~椤�"); - isExist = false; - } - if (this.cbDist.Text == "璇烽�夋嫨") - { - this.dxErrorProvider1.SetError(this.cbDist, "蹇呭~椤�"); - isExist = false; - } return isExist; } -- Gitblit v1.9.3