using System.Windows; using WPFluent.Controls; namespace ShrlAlgo.RvKits.RvView { /// /// SectionBoxControllerView.xaml 的交互逻辑 /// public partial class SectionBoxControllerView : FluentWindowEx { public SectionBoxControllerView() { InitializeComponent(); } } }