查找与替换完成

This commit is contained in:
艾竹
2023-04-15 21:55:27 +08:00
parent ce2e44fe49
commit c6bc57140f
15 changed files with 680 additions and 91 deletions

View File

@@ -84,7 +84,10 @@ namespace AIStudio.Wpf.DiagramApp.ViewModels
}
set
{
SetProperty(ref _pageViewModel, value);
if (SetProperty(ref _pageViewModel, value))
{
}
}
}