Add download worker and download service
This commit is contained in:
@@ -7,12 +7,5 @@ namespace DownloadManager.ViewModels.Pages;
|
||||
|
||||
public partial class DashboardViewModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty]
|
||||
private int _counter = 0;
|
||||
|
||||
[RelayCommand]
|
||||
private void OnCounterIncrement()
|
||||
{
|
||||
Counter++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user