功能更新
This commit is contained in:
17
ShrlAlgoStudio/RevitLess/RevitLessView.xaml.cs
Normal file
17
ShrlAlgoStudio/RevitLess/RevitLessView.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace ShrlAlgoStudio.RevitLess;
|
||||
|
||||
/// <summary>
|
||||
/// RevitLessView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class RevitLessView : Window
|
||||
{
|
||||
public RevitLessView()
|
||||
{
|
||||
this.DataContext = new RevitLessViewModel();
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user