remove vm base

This commit is contained in:
Matthew Parker [SSW]
2024-01-21 15:12:48 +10:00
parent 9c53d5d079
commit aa18624cc8
2 changed files with 1 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ using DotNetSolutionTools.Core.Common;
namespace DotNetSolutionTools.App.ViewModels;
public partial class MainWindowViewModel : ViewModelBase
public partial class MainWindowViewModel : ObservableObject
{
private readonly FileService _fileService = new();

View File

@@ -1,8 +0,0 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace DotNetSolutionTools.App.ViewModels;
public partial class ViewModelBase : ObservableObject
{
protected ViewModelBase() { }
}