xiongzhu 5 years ago
parent
commit
8bb7f8231d

+ 29 - 0
CamTool/AcsDevice.cs

@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace CamTool
+{
+    class AcsDevice
+    {
+        public string ip { get; set; }
+        public string username { get; set; }
+        public string password { get; set; }
+        public string direction { get; set; }
+        public int userId { get; set; }
+
+        public AcsDevice()
+        {
+
+        }
+        public AcsDevice(string ip, string username, string password, string direction)
+        {
+            this.ip = ip;
+            this.username = username;
+            this.password = password;
+            this.direction = direction;
+        }
+    }
+}

BIN
CamTool/obj/x86/Debug/CamTool.csprojAssemblyReference.cache


+ 4 - 0
CamTool/obj/x86/Debug/CamTool_MarkupCompile.i.lref

@@ -0,0 +1,4 @@
+
+
+FC:\Users\xiong\Projects\win\CamTool\CamTool\MainWindow.xaml;;
+