xj qian
2024-07-05 8e35897f73080f930030ef56eb087f2ba28b41c6
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)