From a01861a95ede48fa4979a47b24f21616e362e534 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 19 十一月 2024 16:29:46 +0800 Subject: [PATCH] 用水当量模块 --- WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/07-curve/SetHydroCurveDlg.cs | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/07-curve/SetHydroCurveDlg.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/07-curve/SetHydroCurveDlg.cs index 0744a01..b25e8b3 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/07-curve/SetHydroCurveDlg.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/07-curve/SetHydroCurveDlg.cs @@ -1,15 +1,4 @@ -锘縰sing DevExpress.XtraEditors; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace Yw.WinFrmUI +锘縩amespace Yw.WinFrmUI { public partial class SetHydroCurveDlg : DevExpress.XtraEditors.XtraForm { -- Gitblit v1.9.3