17 lines
302 B
C#
17 lines
302 B
C#
using CommunityToolkit.Mvvm.ComponentModel;
|
|
|
|
using WPFluent.Controls;
|
|
|
|
namespace ShrlAlgo.RvKits.RvCommon;
|
|
|
|
/// <summary>
|
|
/// AutoSaveView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class AutoSaveView : FluentWindowEx
|
|
{
|
|
public AutoSaveView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|