Files
mxaccessgw/src/MxGateway.Server/Configuration/WorkerArchitecture.cs
T
2026-04-26 16:11:30 -04:00

8 lines
95 B
C#

namespace MxGateway.Server.Configuration;
public enum WorkerArchitecture
{
X86,
X64
}