Files
VDownload/VDownload.Core/VDownload.Core.ViewModels/About/AboutViewModel.cs
2024-03-05 17:01:00 +01:00

14 lines
273 B
C#

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
{
}
}