mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
14 lines
236 B
C#
14 lines
236 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
using Microsoft.PowerToys.Settings.UI.Helpers;
|
|||
|
|
|
|||
|
|
namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
|||
|
|
{
|
|||
|
|
public class GeneralViewModel : Observable
|
|||
|
|
{
|
|||
|
|
public GeneralViewModel()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|