mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-23 16:37:58 +08:00
13 lines
243 B
C#
13 lines
243 B
C#
|
using System;
|
|||
|
|
|||
|
using Microsoft.PowerToys.Settings.UI.Helpers;
|
|||
|
|
|||
|
namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
|||
|
{
|
|||
|
public class PowerRenameViewModel : Observable
|
|||
|
{
|
|||
|
public PowerRenameViewModel()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|