xj qian
2024-07-01 054102dc69a9854863f6b1d8a24f86ea2e8bb0f3
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;
   }
};