rebuild project & update internal names
This commit is contained in:
7
LightlessSync/Interop/Ipc/IIpcCaller.cs
Normal file
7
LightlessSync/Interop/Ipc/IIpcCaller.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace LightlessSync.Interop.Ipc;
|
||||
|
||||
public interface IIpcCaller : IDisposable
|
||||
{
|
||||
bool APIAvailable { get; }
|
||||
void CheckAPI();
|
||||
}
|
||||
Reference in New Issue
Block a user