This commit is contained in:
GG Z
2025-08-24 13:49:55 +08:00
parent 785907d305
commit f37062be60
285 changed files with 4993 additions and 3377 deletions

View File

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