address-book-management-system/src2/MainNewMenu.h

24 lines
579 B
C
Raw Normal View History

2021-10-19 01:05:11 +00:00
// MainNewMenu.h: Application Library
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINNEWMENU_H__FAE001ED_B300_4102_8F33_09E79DFDAEA6__INCLUDED_)
#define AFX_MAINNEWMENU_H__FAE001ED_B300_4102_8F33_09E79DFDAEA6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MainStrategy.h"
class MainNewMenu : public MainStrategy
{
private:
bool create() const;
public:
virtual ~MainNewMenu(){};
int doMainStrategy();
};
#endif // !defined(AFX_MAINNEWMENU_H__FAE001ED_B300_4102_8F33_09E79DFDAEA6__INCLUDED_)