Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/RT/IOCore/Interlock/InterlockDaemonManager.cs

8 lines
166 B
C#

using Aitex.Core.RT.IOCore.Interlock.Base;
namespace Aitex.Core.RT.IOCore;
public class InterlockDaemonManager : InterlockManagerBase<InterlockDaemonAction>
{
}