From 4a0b80df8a8a66af381b4f96d55f771469d1d0f0 Mon Sep 17 00:00:00 2001 From: lsm Date: Thu, 29 Aug 2024 16:21:45 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PEIS/View/UControl/StepViewer.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PEIS/View/UControl/StepViewer.cs b/PEIS/View/UControl/StepViewer.cs index 46f64c4..fb07db8 100644 --- a/PEIS/View/UControl/StepViewer.cs +++ b/PEIS/View/UControl/StepViewer.cs @@ -400,10 +400,6 @@ WHERE A.EID = {Eid} AND c.VerifyTime IS NULL AND B.IsHide=0 AND A.GiveUpTime IS new Point(initX + LineLength + lineAddWidth, mid)); initX += (LineLength + lineAddWidth); } - - Console.WriteLine(); - Console.WriteLine((DateTime.Now - beg).TotalSeconds); - Console.WriteLine(); } private void DrawCheckMark(Graphics g, Rectangle rec, Pen pen)