Explorar o código

remove useless comment

gsp hai 9 meses
pai
achega
825f8d468c

+ 1 - 2
OTSIncAMeasureApp/4-OTSSamplespaceGraphicsPanel/CVisualSampleArea.cs

@@ -13,7 +13,7 @@ namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
      
           CDisplayGDIObject m_SampleGDIObject;//
           CDisplayGDIObject m_MeasureGDIObject;//path
-        //private List<CRectangleGDIObject> frameOfHoleGDIObjects;// record all the position of the sampleHole image
+       
    
 
         private List<Point> polygonPathPoints;
@@ -74,7 +74,6 @@ namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
         }
 
         public List<Point> PolygonPathPoints { get => polygonPathPoints; set => polygonPathPoints = value; }
-        //public List<CRectangleGDIObject> FrameOfHoleGDIObjects { get => frameOfHoleGDIObjects; set => frameOfHoleGDIObjects = value; }
 
 
         public bool IsWorkSample()