初版的功能
This commit is contained in:
@@ -23,6 +23,17 @@ namespace FATrace.WPLApp.Services
|
||||
|
||||
}
|
||||
|
||||
private bool _PlcLinkState = false;
|
||||
/// <summary>
|
||||
/// PLC连接状态
|
||||
/// </summary>
|
||||
public bool PlcLinkState
|
||||
{
|
||||
get { return _PlcLinkState; }
|
||||
set { _PlcLinkState = value;RaisePropertyChanged(); }
|
||||
}
|
||||
|
||||
|
||||
private string? _CurUser;
|
||||
/// <summary>
|
||||
/// 当前的用户
|
||||
|
||||
Reference in New Issue
Block a user