整理代码
This commit is contained in:
16
ShrlAlgoToolkit.RevitAddins/RvCommon/AutoSaveView.xaml.cs
Normal file
16
ShrlAlgoToolkit.RevitAddins/RvCommon/AutoSaveView.xaml.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
using WPFluent.Controls;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvCommon;
|
||||
|
||||
/// <summary>
|
||||
/// AutoSaveView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class AutoSaveView : FluentWindowEx
|
||||
{
|
||||
public AutoSaveView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user