(window: BrowserWindow)
| 8 | private restartAppHandler: RestartAppHandler | null = null; |
| 9 | |
| 10 | setMainWindow(window: BrowserWindow) { |
| 11 | this.mainWindow = window; |
| 12 | } |
| 13 | setRestartAppHandler(handler: RestartAppHandler | null): void { |
| 14 | this.restartAppHandler = handler; |
| 15 | } |
no outgoing calls