www.pudn.com > ssproj03.zip > TicketNums.cpp
// TicketNums.cpp: implementation of the CTicketNums class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ssproj03.h"
#include "TicketNums.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CTicketNums::CTicketNums()
{
Num1=0;
Num2=0;
Num3=0;
}
CTicketNums::~CTicketNums()
{
}