Added demo for cpp module and updated the CppModule
This commit is contained in:
10
Plugins/CppModuleDemo/InternalSettings.cs
Normal file
10
Plugins/CppModuleDemo/InternalSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using CppCompatibilityModule;
|
||||
using CppCompatibilityModule.Extern;
|
||||
|
||||
namespace CppModuleDemo;
|
||||
|
||||
internal static class InternalSettings
|
||||
{
|
||||
internal static ExternalApplicationHandler? ExternalApplicationHandler { get; set; } = null;
|
||||
internal static Guid DemoModuleInternalId { get; set; } = Guid.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user