PowerToys/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/GeneralViewModel.cs
Lavius Motileng 4243feaf37 Added functionality for General Settings Page (#1664)
* archive

* formmated code

* reverted changes to test class file.

* reverted changes to test file: reverted name

* added class models and updated link

* removed test console project
2020-04-07 14:42:13 -07:00

14 lines
252 B
C#

using System;
using System.IO;
using Microsoft.PowerToys.Settings.UI.Helpers;
namespace Microsoft.PowerToys.Settings.UI.ViewModels
{
public class GeneralViewModel : Observable
{
public GeneralViewModel()
{
}
}
}