From 36e15ec86bac42c3bd48a30b65a09dc93765e1d6 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期一, 01 七月 2024 15:48:26 +0800 Subject: [PATCH] update --- 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