Added a General tab page with XAML layout and controls according to spec (#1546)

This commit is contained in:
Niels Laute
2020-03-12 07:25:24 +01:00
committed by Lavius Motileng
parent 69e7a581fd
commit b351e60d52
6 changed files with 105 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
using System;
using Microsoft.PowerToys.Settings.UI.Helpers;
namespace Microsoft.PowerToys.Settings.UI.ViewModels
{
public class GeneralViewModel : Observable
{
public GeneralViewModel()
{
}
}
}