From 9a2d8c993779b096665daf199fc26169fc8a2ad1 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期一, 01 七月 2024 14:57:42 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
---
jrj/xframe/vbusiness/vframe/responsewin.vframe.vbusiness.hpp | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/jrj/xframe/vbusiness/vframe/responsewin.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/responsewin.vframe.vbusiness.hpp
index e69de29..0611dbe 100644
--- a/jrj/xframe/vbusiness/vframe/responsewin.vframe.vbusiness.hpp
+++ b/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;
+ }
+};
\ No newline at end of file
--
Gitblit v1.9.3