命名优化,达芬奇字体修改工具

This commit is contained in:
GG Z
2025-10-04 08:52:23 +08:00
parent 0d0afbc78e
commit 4722a4c881
121 changed files with 1801 additions and 1368 deletions

View File

@@ -7,15 +7,15 @@ namespace ShrlAlgoToolkit.RevitAddins.RvFamily;
public partial class RenameTypeItem : ObservableValidator
{
[ObservableProperty]
private bool isSelected;
public partial bool IsSelected { get; set; }
[ObservableProperty]
[UndefinedChar]
[NotifyDataErrorInfo]
private string newTypeName;
public partial string NewTypeName { get; set; }
[ObservableProperty]
private string oldTypeName;
public partial string OldTypeName { get; set; }
partial void OnIsSelectedChanged(bool value)
{