initial commit
This commit is contained in:
12
PhotoRenamer.File/ViewModels/ViewAViewModel.cs
Normal file
12
PhotoRenamer.File/ViewModels/ViewAViewModel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using Prism.Mvvm;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace PhotoRenamer.File.ViewModels
|
||||
{
|
||||
public class ViewAViewModel : BindableBase
|
||||
{
|
||||
public ICommand SelectFilesCommand { get; }
|
||||
|
||||
public ICommand ClearCommand { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user