Picture.h
资源名称:MediaTree.zip [点击查看]
上传用户:boyawuliu
上传日期:2021-10-14
资源大小:8k
文件大小:0k
源码类别:
TreeView控件
开发平台:
Visual C++
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- //
- // File name : Picture.h
- // Purpose : Class interface for the Picture class, represent for Picture file
- //
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- #pragma once
- #include "mediabase.h"
- class Picture :
- public MediaBase
- {
- public:
- Picture(void);
- ~Picture(void);
- };