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

9 lines
246 B
C#

using LanMountainDesktop.Services;
namespace LanMountainDesktop.ComponentSystem;
public sealed record DesktopComponentRuntimeContext(
string ComponentId,
string? PlacementId,
IComponentInstanceSettingsStore ComponentSettingsStore);