示例#1
0
void 
Board::SetYourSlotName(){
	SlotMap		map;

	m_slotName = map.GetSlotName( m_slotNumber );
	m_location = m_slotNumber;
}