Files
LanMountainDesktop/LanMountainDesktop/ComponentSystem/DesktopComponentRuntimeContext.cs

9 lines
246 B
C#
Raw Normal View History

2026-03-08 04:22:19 +08:00
using LanMountainDesktop.Services;
namespace LanMountainDesktop.ComponentSystem;
public sealed record DesktopComponentRuntimeContext(
string ComponentId,
string? PlacementId,
IComponentInstanceSettingsStore ComponentSettingsStore);