Cosmos/source/Playgrounds/Ben/SOOOS/Code/trustedLibs/IPC/IPC.Interface/IIPCMessage.cs

11 lines
164 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace IPC
{
public interface IIPCMessage
{
}
}