namespace YJMPD_UWP.ViewModels { public class AboutVM : TemplateVM { public AboutVM() : base("About") { } } }