命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -7,15 +7,15 @@ namespace ShrlAlgoToolkit.RevitAddins.RvFamily;
|
||||
public partial class RenameFamilyItem : ObservableValidator
|
||||
{
|
||||
[ObservableProperty]
|
||||
private bool isSelected;
|
||||
public partial bool IsSelected { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
[UndefinedChar]
|
||||
[NotifyDataErrorInfo]
|
||||
private string newFamilyName;
|
||||
public partial string NewFamilyName { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
private string oldFamilyName;
|
||||
public partial string OldFamilyName { get; set; }
|
||||
|
||||
partial void OnIsSelectedChanged(bool value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user