..
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Project.Device
|
||||
public string buffer = string.Empty;
|
||||
public System.Text.StringBuilder newbuffer = new StringBuilder();
|
||||
public string errorMessage = string.Empty;
|
||||
public DateTime LastStatusSendTime = DateTime.Now;
|
||||
public DateTime LastStatusSendTime { get; set; } = DateTime.Now;
|
||||
private EEProtocol proto;
|
||||
|
||||
public class MessageArgs : EventArgs
|
||||
|
||||
Reference in New Issue
Block a user