xj qian
2024-07-02 1d26d7b8fc32768e175e0676fd2d3209b0b5f8dc
jrj/project/start.vframe.vbusiness.cpp
@@ -14,8 +14,7 @@
public:
   static startvframevbusiness * CreateInstance(void* implPtr,void* hWnd)
   {
      startvframevbusiness* pWin = new startvframevbusiness(implPtr,(HWND)hWnd);
      return pWin;
      return new startvframevbusiness(implPtr,(HWND)hWnd);
   }
public:
   int OnCmdDispatch(const wchar_t* comd)