LiFan
2024-07-05 5d2965493771ebc5f3216cb0a18012713b054c6a
jrj/project/business/AR/ExchageFile.cpp
@@ -470,6 +470,7 @@
         AttachEvent(L"WM_SETFOCUS", (FEvent)&ExchangeFileView::OnSetFocus);
         AttachEvent(L"dw_exchangefile", L"CELL_ITEMCHANGED", (FEvent)&ExchangeFileView::OnCellItemChanged);
         AttachEvent(L"dw_exchangefile", L"DWV_CLICKED", (FEvent)&ExchangeFileView::OnCellClicked);
         return 1;
      }