16 lines
297 B
C#
16 lines
297 B
C#
using System.Windows;
|
|
|
|
namespace ShrlAlgo.RvKits.RvCivil
|
|
{
|
|
/// <summary>
|
|
/// FloorFinishesView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class FloorFinishesView
|
|
{
|
|
public FloorFinishesView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|