Global.h
资源名称:SQLVC.rar [点击查看]
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:1k
源码类别:
数据库系统
开发平台:
Visual C++
- // Global.h: interface for the CGlobal class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_GLOBAL_H__972C268F_E202_427D_83CB_592C90B0D735__INCLUDED_)
- #define AFX_GLOBAL_H__972C268F_E202_427D_83CB_592C90B0D735__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "Users.h"
- class CGlobal
- {
- public:
- CUsers curUser;
- CGlobal();
- virtual ~CGlobal();
- };
- #endif // !defined(AFX_GLOBAL_H__972C268F_E202_427D_83CB_592C90B0D735__INCLUDED_)