|
@@ -1410,17 +1410,17 @@ namespace PaintDotNet.DedicatedAnalysis.Battery
|
|
|
}
|
|
|
else if (isAddKong && kongLineList.Count > 0)
|
|
|
{
|
|
|
- if (kongLineList[kongLineList.Count - 1].Count > 3)
|
|
|
- {
|
|
|
- isAddKong = false;
|
|
|
- List<List<int>> CircleDate = binaryClass.DeleteCrystal(delPointList, kongLineList);
|
|
|
+ //if (kongLineList[kongLineList.Count - 1].Count > 3)
|
|
|
+ //{
|
|
|
+ // isAddKong = false;
|
|
|
+ // List<List<int>> CircleDate = binaryClass.DeleteCrystal(delPointList, kongLineList);
|
|
|
|
|
|
- bindGrid(CircleDate);
|
|
|
- }
|
|
|
- else
|
|
|
- {
|
|
|
- kongLineList.RemoveAt(kongLineList.Count - 1);
|
|
|
- }
|
|
|
+ // bindGrid(CircleDate);
|
|
|
+ //}
|
|
|
+ //else
|
|
|
+ //{
|
|
|
+ // kongLineList.RemoveAt(kongLineList.Count - 1);
|
|
|
+ //}
|
|
|
}
|
|
|
|
|
|
}
|