| 2248 | // TODO: Add your command handler code here |
| 2249 | } |
| 2250 | |
| 2251 | void CMainFrame::OnEditAddSelect() { AddRoomToSelectedList(ROOMNUM(Curroomp)); } |
| 2252 | |
| 2253 | void CMainFrame::OnEditClearSelected() { ClearRoomSelectedList(); } |
nothing calls this directly
no test coverage detected