mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-22 16:08:00 +08:00
4243feaf37
* 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
14 lines
252 B
C#
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()
|
|
{
|
|
}
|
|
}
|
|
}
|