소스 검색

remove useless comment

gsp 9 달 전
부모
커밋
825f8d468c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      OTSIncAMeasureApp/4-OTSSamplespaceGraphicsPanel/CVisualSampleArea.cs

+ 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()