Skip to content

Commit

Permalink
实体查询窗的检索按钮动作重构为多线程方式
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalPlatform committed Dec 3, 2019
1 parent b6196b0 commit 33339d5
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 170 deletions.
4 changes: 2 additions & 2 deletions PieChart/Quadrilateral.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Diagnostics;
using System.Drawing.Drawing2D;

Expand Down Expand Up @@ -38,7 +38,7 @@ public Quadrilateral(PointF point1, PointF point2, PointF point3, PointF point4,
m_path = new GraphicsPath(new PointF[] { point1, point2, point3, point4 }, pointTypes);
}

// TODO: ÈÝÒ×Ôì³É mem leak¡£½¨ÒéÓà Dispose() ¸Äд
// TODO: 容易造成 mem leak。建议用 Dispose() 改写
/// <summary>
/// <c>Finalize</c> method.
/// </summary>
Expand Down
Loading

0 comments on commit 33339d5

Please sign in to comment.