thaxy
Results
1
issues of
thaxy
Hi, I have a client in a WindowsService which does the following: ``` csharp var client = new NamedPipeClient("my-pipe"); client.Start(); ``` The UI application acts as the server: ``` csharp...