1、细节调整

msfy
lsm 9 months ago
parent d8108118ce
commit 4a0b80df8a
  1. 4
      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)

Loading…
Cancel
Save