瀏覽代碼

添加对焦参数

HaoShuang 5 年之前
父節點
當前提交
573a29dc51
共有 1 個文件被更改,包括 25 次插入0 次删除
  1. 25 0
      MeasureData/FocusParam.cs

+ 25 - 0
MeasureData/FocusParam.cs

@@ -0,0 +1,25 @@
+//时间:20200911
+//作者:郝爽
+//功能:测量参数
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using FileManager;
+using System.Xml;
+using System.IO;
+
+namespace MeasureData
+{
+    public class FocusParam : ISlo
+    {
+        //XML文件保存测量参数
+        public override void Serialize(bool isStoring, XmlDocument xml, XmlNode rootNode)
+        {
+            Slo slo_msparam = new Slo();
+
+        }
+    }
+}