Class AppOrchestrator
Central orchestrator for the EchoHub TUI client. Wires UI events to service calls and connection events to UI updates.
public sealed class AppOrchestrator : IDisposable
- Inheritance
-
AppOrchestrator
- Implements
- Inherited Members
Constructors
AppOrchestrator(IApplication, ClientConfig)
public AppOrchestrator(IApplication app, ClientConfig config)
Parameters
appIApplicationconfigClientConfig
Properties
MainWindow
public MainWindow MainWindow { get; }
Property Value
Methods
Dispose()
public void Dispose()