命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -15,21 +15,23 @@ public partial class MessageViewModel : ObservableObject
|
||||
showElementsSectionBox = new ActionEventHandler();
|
||||
ErrorModels.AddRange(errorModels);
|
||||
WinTitle = winTitle;
|
||||
count = errorModels.Count();
|
||||
Count = errorModels.Count();
|
||||
}
|
||||
|
||||
[ObservableProperty]
|
||||
private string footer;
|
||||
public partial string Footer { get; set; }
|
||||
|
||||
private readonly UIDocument uidoc;
|
||||
|
||||
[ObservableProperty]
|
||||
private List<MessageModel> errorModels = [];
|
||||
public partial List<MessageModel> ErrorModels { get; set; } = [];
|
||||
|
||||
[ObservableProperty]
|
||||
private string winTitle;
|
||||
public partial string WinTitle { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
private int count;
|
||||
public partial int Count { get; set; }
|
||||
|
||||
private readonly ActionEventHandler showElementsSectionBox;
|
||||
[RelayCommand]
|
||||
private void ShowElement(object obj)
|
||||
|
||||
Reference in New Issue
Block a user