初版的功能

This commit is contained in:
2025-11-11 17:26:31 +08:00
parent a178c3550e
commit dde463b43b
21 changed files with 1038 additions and 197 deletions

View File

@@ -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>
/// 当前的用户