台架程序tp化

This commit is contained in:
hsc
2026-07-20 17:02:20 +08:00
parent 7f2721ab11
commit b79eea918e
29 changed files with 153 additions and 511 deletions

View File

@@ -1,4 +1,4 @@
using DeviceCommand.Device;
using DeviceCommand.Devices;
using Prism.Commands;
using Prism.Ioc;
using System;

View File

@@ -1,4 +1,4 @@
using DeviceCommand.Device;
using DeviceCommand.Devices;
using Prism.Commands;
using Prism.Ioc;
using System;

View File

@@ -1,4 +1,4 @@
using DeviceCommand.Device;
using DeviceCommand.Devices;
using Prism.Commands;
using Prism.Ioc;
using System;

View File

@@ -1,4 +1,4 @@
using DeviceCommand.Device;
using DeviceCommand.Devices;
using Prism.Commands;
using Prism.Ioc;
using System;

View File

@@ -1,4 +1,4 @@
using DeviceCommand.Device;
using DeviceCommand.Devices;
using Prism.Commands;
using Prism.Ioc;
using System;
@@ -9,7 +9,7 @@ using System.Threading.Tasks;
using System.Windows.Input;
using UIShare.GlobalVariable;
using UIShare.ViewModelBase;
using static DeviceCommand.Device.SDS2000X_HD;
using static DeviceCommand.Devices.SDS2000X_HD;
namespace DeviceEditModule.ViewModels
{

View File

@@ -1,4 +1,4 @@
using DeviceCommand.Device;
using DeviceCommand.Devices;
using Prism.Commands;
using Prism.Ioc;
using System;