xj qian
2024-07-01 d79b1d94a13536a74d8a72caab3a1ed3c9e2e840
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)