 
        
        
          Добавил:
          
          
        
        
    
            Studfiles2
            
            
            
            
            
            Опубликованный материал нарушает ваши авторские права? Сообщите нам.
          
          Вуз:
          Предмет:
          Файл:Курсовой проект1 / Wladimir / kurs / Person
.cpp// Person.cpp : implementation file
//
#include "stdafx.h"
#include "kurs.h"
#include "Person.h"
#include "ListEmpl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//CPerson::~CPerson()
//{
//}
void CEmpl::SetFio(CString fio0){
	fio = fio0;
};
void CEmpl::SetPassport(CString passport0){
	passport = passport0;
};
void CEmpl::SetPost(CString post0){
	post = post0;
};
void CClient::SetFio(CString fio0){
	fio = fio0;
};
void CClient::SetPassport(CString passport0){
	passport = passport0;
};
          Соседние файлы в папке kurs
          
      
    
    
    
          