DevScreenshotWatcher
StockSharp.Broker.Maui.Terminal.Services
Dev-only helper: polls <repo>/.maui-runtime/maui-{appName}-trigger.txt every 500ms and, when the file appears, snapshots the current window via Screenshot.Default to <repo>/.maui-runtime/maui-{appName}-shot.png, then deletes the trigger.
Methods
Start
public static void Start(Window window, string appName)
DevScreenshotWatcher.Start(window, appName)
Start the watcher for the given app — files live in <repo>/.maui-runtime/ with the app name prefix, so two MAUI apps can run side by side without trampling each other's trigger/output.