mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 08:04:26 +08:00
9 lines
216 B
C#
9 lines
216 B
C#
using LanMountainDesktop.Services;
|
|
|
|
namespace LanMountainDesktop.ComponentSystem;
|
|
|
|
public interface IComponentSettingsStoreAware
|
|
{
|
|
void SetComponentSettingsStore(IComponentInstanceSettingsStore settingsStore);
|
|
}
|