更改 if (value!.Content == null) return;

This commit is contained in:
2025-03-05 14:25:55 +08:00
parent a09f1a1d9d
commit d2d39acdec

View File

@@ -72,6 +72,8 @@ namespace CapMachine.Wpf.Models.Tag
get { return _OperateResultSource; }
set
{
if (value!.Content == null) return;
switch (ValueType)
{
case DataType.Short: