修复bug和新增部分功能
This commit is contained in:
@@ -21,6 +21,6 @@ public class QuickViewSectionCmd : ExternalCommand
|
||||
{
|
||||
public override void Execute()
|
||||
{
|
||||
WinDialogHelper.ShowModeless<QuickViewSectionView>(new QuickViewSectionViewModel(UiDocument));
|
||||
WinDialogHelper.ShowModeless<QuickViewSectionView>(new QuickViewSectionViewModel());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user