|
@@ -1,9 +1,7 @@
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
-using System.Linq;
|
|
|
using System.Net;
|
|
|
using System.Net.Sockets;
|
|
|
-using System.Text;
|
|
|
using UAS_PLCDataReader.DataOperate;
|
|
|
|
|
|
namespace UAS_PLCDataReader.PublicMethod
|
|
@@ -18,7 +16,7 @@ namespace UAS_PLCDataReader.PublicMethod
|
|
|
|
|
|
private bool receiveData;
|
|
|
|
|
|
- private DataOperate.DataHelper dh;
|
|
|
+ private DataHelper dh;
|
|
|
|
|
|
private Dictionary<string, string> returnvalue = new Dictionary<string, string>();
|
|
|
|