| 878 | } |
| 879 | |
| 880 | void CObjectDialog::OnObjpadSetdefault() { |
| 881 | // TODO: Add your control notification handler code here |
| 882 | HObjectSetDefault(); |
| 883 | } |
| 884 | |
| 885 | void CObjectDialog::OnResetObjects() { |
| 886 | ObjReInitAll(); |
nothing calls this directly
no test coverage detected