xj qian
2024-06-26 f9b257b3c9add11f7181a69443a4834f15991f24
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(this->GetWinParam());
   }
   static int getUrl(string url1, string para, KXMLDOMDocument x)
   {