18 lines
313 B
C#
18 lines
313 B
C#
|
|
using System.Windows;
|
|||
|
|
|
|||
|
|
using Wpf.Ui.Extend.Controls;
|
|||
|
|
|
|||
|
|
namespace Sai.RvKits.RvView
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// SectionBoxControllerView.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class SectionBoxControllerView:FluentWindowEx
|
|||
|
|
{
|
|||
|
|
public SectionBoxControllerView()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|