LiFan
2024-07-01 ebdf2bdb88da4f78a0b59c9e660deb62562a5731
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;
   }
};