mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Code cleanup
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
using System;
|
||||
using RemSox.Processing;
|
||||
|
||||
namespace RemSox.Processing.IPC;
|
||||
|
||||
internal static class InterProcessCommunicator
|
||||
@@ -15,7 +12,7 @@ internal static class InterProcessCommunicator
|
||||
{
|
||||
message.SenderProcessId = sender.Id; // automatically set
|
||||
|
||||
foreach (var process in ProcessManager.GetAllProcesses())
|
||||
foreach (Process process in ProcessManager.GetAllProcesses())
|
||||
{
|
||||
process.HandleInterProcessMessage(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user