| 315 | } |
| 316 | |
| 317 | std::wstring COperationTable::GetSingleOperationInfo(OperationCallbackInfo& info) { |
| 318 | CString text; |
| 319 | CString s; |
| 320 | |
| 321 | |
| 322 | |
| 323 | text += L"\r\n"; |
| 324 | |
| 325 | return text.GetString(); |
| 326 | } |
| 327 | |
| 328 | LRESULT COperationTable::OnRefresh(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/) { |
| 329 | Refresh(); |