Files
LanMountainDesktop/LanMountainDesktop/ComponentSystem/IComponentSettingsStoreAware.cs
lincube 854deae801 0.4.12
模块化解耦
2026-03-08 04:22:19 +08:00

9 lines
216 B
C#

using LanMountainDesktop.Services;
namespace LanMountainDesktop.ComponentSystem;
public interface IComponentSettingsStoreAware
{
void SetComponentSettingsStore(IComponentInstanceSettingsStore settingsStore);
}