 
        
        
          Добавил:
          
          
        
        
    
            Studfiles2
            
            
            
            
            
            Опубликованный материал нарушает ваши авторские права? Сообщите нам.
          
          Вуз:
          Предмет:
          Файл:Лабораторная работа №21 / Lab
.h// Lab.h : main header file for the Lab application
//
#pragma once
#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h"       // main symbols
// CLabApp:
// See Lab.cpp for the implementation of this class
//
class CLabApp : public CWinApp
{
public:
	CLabApp();
// Overrides
public:
	virtual BOOL InitInstance();
// Implementation
	afx_msg void OnAppAbout();
	DECLARE_MESSAGE_MAP()
};
extern CLabApp theApp;
          Соседние файлы в папке Лабораторная работа №21
          
      
    
    
    
          