Скачиваний:
91
Добавлен:
01.05.2014
Размер:
592 б
Скачать
// 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