整理代码

This commit is contained in:
GG Z
2026-02-20 15:31:44 +08:00
parent 94cf3f3266
commit 9f121cfc7f
149 changed files with 4063 additions and 6964 deletions

View File

@@ -90,9 +90,9 @@ public class RvApp : ExternalApplication
_ = new TabManagerApp(Application);
_ = new FamilyApp(Application, UiApplication);
if (RevitAddins.Properties.Settings.Default.IsActiveAutoSave)
if (Settings.Default.IsActiveAutoSave)
{
var interval = RevitAddins.Properties.Settings.Default.AutoSaveIntervalTime * 60_000;
var interval = Settings.Default.AutoSaveIntervalTime * 60_000;
saveTimer.Interval = interval;
saveTimer.Elapsed -= OnTimedEvent;
saveTimer.Elapsed += OnTimedEvent;