CFileViewer(文件浏览器)
摘要:
1 #pragma once 2 #include <afxwin.h> 3 #include <afxtempl.h> 4 5 class CFileViewer : public CWnd 6 { 7 DECLARE_MESSAGE_MAP() 8 DECLARE_DYNAMIC(CFileVi 阅读全文
posted @ 2021-02-04 14:28 NoNight 阅读(235) 评论(1) 推荐(0) 编辑