| 2409 | ClearRoomSelectedList(); |
| 2410 | } |
| 2411 | |
| 2412 | void CMainFrame::OnObjectDeleteObject() { |
| 2413 | // TODO: Add your command handler code here |
| 2414 | if (m_ObjectDialog) |
| 2415 | m_ObjectDialog->DeleteObject(); |
| 2416 | } |
| 2417 | |
| 2418 | void CMainFrame::OnObjectPlaceObject() { |
nothing calls this directly
no test coverage detected