about page added

This commit is contained in:
2024-03-05 17:01:00 +01:00
Unverified
parent 4f786afe42
commit 411a32039f
13 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using CommunityToolkit.Mvvm.ComponentModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VDownload.Core.ViewModels.About
{
public class AboutViewModel : ObservableObject
{
}
}