mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:10:48 +08:00
8 lines
193 B
C#
8 lines
193 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public sealed record AirAppPublicIpcServiceDescriptor(
|
|
Type ContractType,
|
|
object Implementation,
|
|
string? ObjectId,
|
|
string[] NotifyIds);
|