xj qian
2024-07-01 2ae36e271599ea723348132dd7c8a7e139162d18
jrj/xframe/vbusiness/vframe/responsewin.vframe.vbusiness.hpp
@@ -0,0 +1,14 @@
#pragma once
#include <wobject/xwin.hpp>
#include <wobject/xurl.hpp>
#include <wobject/xapp.hpp>
class responsewin : public xwin
{
public:
   responsewin(void* impl, HWND hWnd) :xwin(impl, hWnd) {}
   int onload()
   {
      return 1;
   }
};