public TerminalUiService( IUIStartup uiStartup, IUIShutdown uiShutdown) { this.uiStartup = uiStartup; this.uiShutdown = uiShutdown; }
public QuitMenuItem( IUIShutdown uiShutdown, IMessageBox messageBox) : base("quit", byte.MaxValue) { this.uiShutdown = uiShutdown; this.messageBox = messageBox; }