Browse Source

请自阅

Shun 2 years ago
parent
commit
5bb25fedeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -121,7 +121,7 @@ using (BeckhoffOperate? beckhoffOperate6 = new BeckhoffOperate().CreateInstance(
 //第九种方式
 using (IDaq daq3 = new BeckhoffOperate(new BeckhoffData.Basics()))
 {
-    //使用完直接释放这个单例
+    //使用完直接释放
 }
 
 //第十种方式