/[H6]/h6-udlånssystem.h
ViewVC logotype

Annotation of /h6-udlånssystem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Wed Aug 30 06:32:35 2006 UTC (17 years, 7 months ago) by torben
File MIME type: text/plain
File size: 548 byte(s)
Initial import
1 torben 1 // h6-udlånssystem.h : main header file for the PROJECT_NAME application
2     //
3    
4     #pragma once
5    
6     #ifndef __AFXWIN_H__
7     #error include 'stdafx.h' before including this file for PCH
8     #endif
9    
10     #include "resource.h" // main symbols
11    
12    
13     // Ch6udlnssystemApp:
14     // See h6-udlånssystem.cpp for the implementation of this class
15     //
16    
17     class Ch6udlnssystemApp : public CWinApp
18     {
19     public:
20     Ch6udlnssystemApp();
21    
22     // Overrides
23     public:
24     virtual BOOL InitInstance();
25    
26     // Implementation
27    
28     DECLARE_MESSAGE_MAP()
29     };
30    
31     extern Ch6udlnssystemApp theApp;

  ViewVC Help
Powered by ViewVC 1.1.20