mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:57:23 +01:00
move ipcprovider to ipc namespace
This commit is contained in:
parent
d3d929907b
commit
8bfbf4b582
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ using MareSynchronos.Services;
|
|||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace MareSynchronos.Interop;
|
||||
namespace MareSynchronos.Interop.Ipc;
|
||||
|
||||
public class IpcProvider : IHostedService
|
||||
{
|
||||
Loading…
Add table
Add a link
Reference in a new issue