添加项目文件。
This commit is contained in:
16
Sai.RvKits/RvCommon/AutoSaveView.xaml.cs
Normal file
16
Sai.RvKits/RvCommon/AutoSaveView.xaml.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
using Wpf.Ui.Extend.Controls;
|
||||
|
||||
namespace Sai.RvKits.RvCommon;
|
||||
|
||||
/// <summary>
|
||||
/// AutoSaveView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class AutoSaveView : FluentWindowEx
|
||||
{
|
||||
public AutoSaveView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user