www.pudn.com > ctxmenu_src.rar > test.cpp


// test.cpp: implementation of the test class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "test.h" 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
test::test() 
{ 
 
} 
 
test::~test() 
{ 
 
}