21 lines
426 B
C++
21 lines
426 B
C++
|
// MainTestMenu.cpp: implementation of the MainTestMenu class.
|
||
|
//
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#include "stdafx.h"
|
||
|
#include "MainTestMenu.h"
|
||
|
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
// Construction/Destruction
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
MainTestMenu::MainTestMenu()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
MainTestMenu::~MainTestMenu()
|
||
|
{
|
||
|
|
||
|
}
|