IRPCSession.cs 99 B

1234567
  1. namespace InABox.IPC
  2. {
  3. public interface IRPCSession
  4. {
  5. Guid ID { get; set; }
  6. }
  7. }