修改几个名字

This commit is contained in:
艾竹
2023-01-22 22:10:39 +08:00
parent 4c37fb9772
commit bb2882c618
25 changed files with 115 additions and 118 deletions

View File

@@ -71,10 +71,6 @@ namespace AIStudio.Wpf.DiagramDesigner
return false;
}
if (propertyName == "Area")
{
}
var old = storage;
storage = value;
RaisePropertyChanged(propertyName, old, value);