xj qian
2024-06-27 b8e6a7bb37d04f1e974e231a5caffc1854cf7f41
jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp
@@ -6,7 +6,9 @@
class xframe : public xwin
{
public:
   xframe(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd) {}
   xframe(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd) {
      this->SetArg();
   }
   static int getUrl(string url1, string para, KXMLDOMDocument x)
   {