소스 검색

处理bug 对比库不能加载第2次的bug

cxs 2 년 전
부모
커밋
04ddea0150
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      OTSPartA_STDEditor/ReferenceLibrary.cs

+ 1 - 0
OTSPartA_STDEditor/ReferenceLibrary.cs

@@ -115,6 +115,7 @@ namespace OTSPartA_STDEditor
                 DataSet ds = new DataSet();
                 m_dataAdapter.Fill(ds);
                 DataTable dt = ds.Tables[0];
+                ReferenceGroup.Clear();
                 STDDictionary.Clear();
                 if (dt != null)
                 {