This commit is contained in:
GG Z
2026-01-02 16:37:37 +08:00
parent 4df4ce1e6a
commit 0e9db9a2b9
80 changed files with 1846 additions and 4570 deletions

5
RevitLess/App.xaml Normal file
View File

@@ -0,0 +1,5 @@
<Application
x:Class="RevitLess.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml" />