refactor: add simple c# client

This commit is contained in:
k0t9i
2023-01-26 01:36:49 +04:00
parent eb7bfc779b
commit 7ad3ff4081
9 changed files with 116 additions and 281 deletions

View File

@@ -21,7 +21,7 @@ public:
const auto mainPipeName = GenerateUUID();
m_ConnectionPipe.Send(L"\\\\.\\pipe\\" + mainPipeName);
m_ConnectionPipe.Send(mainPipeName);
OutputDebugStringA("Name of main pipe sended");