Files
ScadaBridge/lmxproxy/src/ZB.MOM.WW.LmxProxy.Host/Program.cs
T
Joseph Doherty 0d63fb1105 feat(lmxproxy): phase 1 — v2 protocol types and domain model
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 23:41:56 -04:00

11 lines
219 B
C#

namespace ZB.MOM.WW.LmxProxy.Host
{
internal static class Program
{
static void Main(string[] args)
{
// Placeholder - Phase 3 will implement full Topshelf startup.
}
}
}