first commit
This commit is contained in:
45
Lab7/menu.cpp
Normal file
45
Lab7/menu.cpp
Normal file
@@ -0,0 +1,45 @@
|
||||
#include <windows.h>
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// MenuBH
|
||||
|
||||
#include "Menu.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Class MenuBH
|
||||
|
||||
|
||||
|
||||
MenuBH::MenuBH()
|
||||
|
||||
//## begin MenuBH::MenuBH%.hasinit preserve=no
|
||||
|
||||
//## end MenuBH::MenuBH%.hasinit
|
||||
|
||||
//## begin MenuBH::MenuBH%.initialization preserve=yes
|
||||
|
||||
//## end MenuBH::MenuBH%.initialization
|
||||
|
||||
{
|
||||
|
||||
//## begin MenuBH::MenuBH%.body preserve=yes
|
||||
|
||||
//## end MenuBH::MenuBH%.body
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
MenuBH::~MenuBH()
|
||||
|
||||
{
|
||||
Reference in New Issue
Block a user