优化更新代码,添加界面功能并整合
This commit is contained in:
15
ShrlAlgo.RvKits/RvCivil/FloorFinishesView.xaml.cs
Normal file
15
ShrlAlgo.RvKits/RvCivil/FloorFinishesView.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvCivil
|
||||
{
|
||||
/// <summary>
|
||||
/// FloorFinishesView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class FloorFinishesView
|
||||
{
|
||||
public FloorFinishesView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user