优化设置界面Tcp显示
This commit is contained in:
@@ -43,7 +43,7 @@ namespace UIShare.UIViewModel
|
||||
/// 连接方式:"None" / "TCP" / "Serial"。
|
||||
/// 用于决定 SettingView 上"配置..."按钮打开哪一个对话框。
|
||||
/// </summary>
|
||||
private string _connectionType = "None";
|
||||
private string _connectionType ;
|
||||
public string ConnectionType
|
||||
{
|
||||
get => _connectionType;
|
||||
|
||||
Reference in New Issue
Block a user