12 lines
190 B
C++
12 lines
190 B
C++
#include "Headers.h"
|
|
|
|
using namespace std;
|
|
|
|
int main()
|
|
{
|
|
setlocale(LC_ALL, "Rus");
|
|
CBookItems CPhoneBook;
|
|
CConsoleUI CNewUI;
|
|
CNewUI.SetConsoleUI(CPhoneBook);
|
|
}
|