1#include "stdafx.h" 2#include "DemoUser.h" 3 4DemoUser::DemoUser() : User(L"DemoUser", L"n/a") 5{ 6}