Files
VDownload/VDownload.Core/VDownload.Core.ViewModels/About/AboutViewModel.cs

14 lines
273 B
C#
Raw Normal View History

2024-03-05 17:01:00 +01:00
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
{
}
}