LiFan
2024-07-05 9e409d6e1e2cb1d35cf26f3fd2bd9048c624280f
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)