添加了变量表的停用和启用功能,并优化了添加变量表和添加设备的逻辑

This commit is contained in:
2025-07-02 18:33:08 +08:00
parent 39a6366a5e
commit 31f6cf64f4
19 changed files with 415 additions and 181 deletions

View File

@@ -22,7 +22,7 @@
<DockPanel>
<ui:ToggleSwitch DockPanel.Dock="Right"
Margin="20 0 0 0 "
IsOn="{Binding IsActive}"
IsOn="{Binding IsFirstLoad}"
OffContent="停止"
OnContent="启动" />
<TextBlock FontSize="24"