#include "stdafx.h"
#include "DemoUser.h"

DemoUser::DemoUser() : User(L"DemoUser", L"n/a")
{
}