#include #include "stdafx.h" #include "Pair.h" Pair::Pair() { } Pair::~Pair() { } void Pair::GetName() { //return Name; } void Pair::GetValue() { //return Value; }