A bit of work on new IPC
This commit is contained in:
12
CustomizePlus/Api/CustomizePlusIpc.Profile.cs
Normal file
12
CustomizePlus/Api/CustomizePlusIpc.Profile.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CustomizePlus.Api;
|
||||
|
||||
public partial class CustomizePlusIpc : IDisposable
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user