()
| 555 | } |
| 556 | } |
| 557 | doReloadSimulators() { |
| 558 | this.quitScreen(); |
| 559 | this.reloadDevices(application); |
| 560 | this.launchScreen(); |
| 561 | } |
| 562 | doSaveScreen() { |
| 563 | system.saveFile({ prompt:"Save Screen", name:"screen.png" }, path => { if (path) application.defer("doSaveScreenCallback", new String(path)); }); |
| 564 | } |
no test coverage detected