Add download worker and download service

This commit is contained in:
Misaki
2024-06-05 19:24:57 +09:00
parent 307701c6c5
commit 150cd3cb26
8 changed files with 278 additions and 65 deletions

View File

@@ -7,12 +7,5 @@ namespace DownloadManager.ViewModels.Pages;
public partial class DashboardViewModel : ObservableObject
{
[ObservableProperty]
private int _counter = 0;
[RelayCommand]
private void OnCounterIncrement()
{
Counter++;
}
}