settings - string resource init

This commit is contained in:
2024-03-04 02:00:50 +01:00
Unverified
parent 306b26e805
commit 3210b1b14b
5 changed files with 140 additions and 13 deletions

View File

@@ -5,14 +5,6 @@ namespace VDownload.Core.Views.Settings
{
public sealed partial class SettingsView : Page
{
#region PROPERTIES
public new SettingsViewModel DataContext { get; set; }
#endregion
#region CONSTRUCTORS
public SettingsView(SettingsViewModel viewModel)