This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -29,7 +29,7 @@ public partial class ElementsControlDock : Page, IDockablePaneProvider
private void Btn_Click(object sender, RoutedEventArgs e)
{
var btn = (WPFluent.Controls.Button)sender;
var btn = (NeoUI.Controls.Button)sender;
ElementClassFilter instanceFilter = new(typeof(FamilyInstance));
ElementClassFilter hostFilter = new(typeof(HostObject));