mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
13 lines
247 B
C#
13 lines
247 B
C#
using System;
|
|
|
|
using Microsoft.PowerToys.Settings.UI.Helpers;
|
|
|
|
namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
|
{
|
|
public class PowerLauncherViewModel : Observable
|
|
{
|
|
public PowerLauncherViewModel()
|
|
{
|
|
}
|
|
}
|
|
} |