Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 #pragma once
00010
00011 #ifndef __AFXWIN_H__
00012 #error "include 'stdafx.h' before including this file for PCH"
00013 #endif
00014
00015 #include "resource.h"
00016
00017
00018
00019
00020
00021
00022 class CsimplemtApp : public CWinApp
00023 {
00024 public:
00025 CsimplemtApp();
00026
00027
00028 public:
00029 virtual BOOL InitInstance();
00030
00031
00032
00033 DECLARE_MESSAGE_MAP()
00034 };
00035
00036 extern CsimplemtApp theApp;