IPCPollEvent.cs 93 B

1234
  1. namespace InABox.IPC
  2. {
  3. public delegate void IPCPollEvent(IPCPushState.Session session);
  4. }