优化设置界面Tcp显示

This commit is contained in:
hsc
2026-06-11 16:09:47 +08:00
parent 5cac253cb8
commit a9ee9e974e
4 changed files with 10 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ namespace UIShare.UIViewModel
/// 连接方式:"None" / "TCP" / "Serial"。
/// 用于决定 SettingView 上"配置..."按钮打开哪一个对话框。
/// </summary>
private string _connectionType = "None";
private string _connectionType ;
public string ConnectionType
{
get => _connectionType;