mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 16:14:28 +08:00
9 lines
246 B
C#
9 lines
246 B
C#
|
|
using LanMountainDesktop.Services;
|
||
|
|
|
||
|
|
namespace LanMountainDesktop.ComponentSystem;
|
||
|
|
|
||
|
|
public sealed record DesktopComponentRuntimeContext(
|
||
|
|
string ComponentId,
|
||
|
|
string? PlacementId,
|
||
|
|
IComponentInstanceSettingsStore ComponentSettingsStore);
|