LiFan
2025-03-25 0353728f46525c9b16d7c76c200c481e045ef771
jrj/project/business/BasicCode/TestingCompanyList.cpp
@@ -24,7 +24,13 @@
   int onload()
   {
      listwin::onload();
      SetAgent();
      return -1;
   }
   int onloaded()
   {
      return listwin::onloaded();
   }
   int ViewUpdate(LPARAM pr, xstring updateItem, xaserverarg   arg)
@@ -33,7 +39,6 @@
      {
         int DelRow = dw_list.GetRow();
         dw_list.DeleteRow(DelRow);
      }
      return 1;