添加项目文件。
This commit is contained in:
14
RevitKits/MetroTunnel/MetroTunnelView.xaml.cs
Normal file
14
RevitKits/MetroTunnel/MetroTunnelView.xaml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroTunnel
|
||||
{
|
||||
/// <summary>
|
||||
/// MetroTunnelView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class MetroTunnelView
|
||||
{
|
||||
public MetroTunnelView(MetroTunnelViewModel viewModel)
|
||||
{
|
||||
DataContext = viewModel;
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user