AboutVM.cs 150 B

12345678910
  1. namespace YJMPD_UWP.ViewModels
  2. {
  3. public class AboutVM : TemplateVM
  4. {
  5. public AboutVM() : base("About")
  6. {
  7. }
  8. }
  9. }