2026-01-02 17:30:41 +08:00
|
|
|
|
using Melskin.Controls;
|
2024-09-22 11:05:41 +08:00
|
|
|
|
|
2026-02-22 20:03:42 +08:00
|
|
|
|
namespace ShrlAlgoToolkit.RevitAddins.General;
|
2024-09-22 11:05:41 +08:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// AutoSaveView.xaml 的交互逻辑
|
|
|
|
|
|
/// </summary>
|
2026-01-02 17:30:41 +08:00
|
|
|
|
public partial class AutoSaveView : MelWindow
|
2024-09-22 11:05:41 +08:00
|
|
|
|
{
|
|
|
|
|
|
public AutoSaveView()
|
|
|
|
|
|
{
|
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|