()
| 1399 | |
| 1400 | /// Allows the display to skip the menu dialog if that is the current form |
| 1401 | Form getPreviousForm() { |
| 1402 | return previousForm; |
| 1403 | } |
| 1404 | |
| 1405 | void setPreviousForm(Form previousForm) { |
| 1406 | this.previousForm = previousForm; |
no outgoing calls
no test coverage detected