xj qian
2024-07-04 e05e1ebb1165294f78a67b6f6ec1679c1a4e4703
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)