This commit is contained in:
Lightczx
2024-03-28 14:00:29 +08:00
parent fdd48f4f62
commit 1c97b425f4
12 changed files with 49 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ using Wpf.Ui;
namespace BetterGenshinImpact.ViewModel;
public partial class MainWindowViewModel : ObservableObject
public partial class MainWindowViewModel : ObservableObject, IViewModel
{
private readonly ILogger<MainWindowViewModel> _logger;
private readonly IConfigService _configService;