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