(Object self)
| 547 | s_ref_list.y = 0; |
| 548 | s_ref_list.callback = new Menu.mcallback() { |
| 549 | public void execute(Object self) { |
| 550 | DriverCallback(self); |
| 551 | } |
| 552 | }; |
| 553 | s_ref_list.itemnames = refs; |
| 554 |
nothing calls this directly
no test coverage detected