using System.Runtime.InteropServices; namespace ArchestrA.MxAccess; [ComImport] [Guid("ECEFF506-A752-46E3-9E31-0A8E257C9926")] [CoClass(typeof(LMXProxyServerClass))] public interface LMXProxyServer : ILMXProxyServer5, _ILMXProxyServerEvents_Event { }