0d63fb1105
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
219 B
C#
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.
|
|
}
|
|
}
|
|
}
|