mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:33:33 +08:00
7 lines
174 B
C#
7 lines
174 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public sealed record AirAppServiceExportDescriptor(
|
|
string ProviderAirAppId,
|
|
Type ContractType,
|
|
object ServiceInstance);
|