()
| 3403 | } |
| 3404 | |
| 3405 | private static void DownloadOptions_MenuDraw() { |
| 3406 | Menu_Draw(s_downloadoptions_menu); |
| 3407 | } |
| 3408 | |
| 3409 | private static String DownloadOptions_MenuKey(int key) { |
| 3410 | return Default_MenuKey(s_downloadoptions_menu, key); |
no test coverage detected