From 2ae36e271599ea723348132dd7c8a7e139162d18 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期一, 01 七月 2024 13:16:02 +0800 Subject: [PATCH] update print preview --- 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