命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -14,7 +14,8 @@ namespace ShrlAlgoToolkit.RevitAddins.RvView
|
||||
private readonly ActionEventHandler handler = new();
|
||||
|
||||
[ObservableProperty]
|
||||
private bool isParallel = true;
|
||||
public partial bool IsParallel { get; set; } = true;
|
||||
|
||||
private readonly List<ViewSection> viewSections = [];
|
||||
|
||||
[RelayCommand]
|
||||
@@ -26,7 +27,7 @@ namespace ShrlAlgoToolkit.RevitAddins.RvView
|
||||
var uidoc = uiapp.ActiveUIDocument;
|
||||
var doc = uidoc.Document;
|
||||
doc.Invoke(
|
||||
ts =>
|
||||
_ =>
|
||||
{
|
||||
for (var i = viewSections.Count - 1; i >= 0; i--)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user