整理代码
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Windows;
|
||||
|
||||
using WPFluent.Controls;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvView
|
||||
{
|
||||
/// <summary>
|
||||
/// SectionBoxControllerView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class SectionBoxControllerView : FluentWindowEx
|
||||
{
|
||||
public SectionBoxControllerView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user