added LoggingModule
This commit is contained in:
14
PhotoRenamer.Logging/ViewModels/ViewAViewModel.cs
Normal file
14
PhotoRenamer.Logging/ViewModels/ViewAViewModel.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System.Windows.Input;
|
||||
using JetBrains.Annotations;
|
||||
using Prism.Mvvm;
|
||||
|
||||
namespace PhotoRenamer.Logging.ViewModels
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class ViewAViewModel : BindableBase
|
||||
{
|
||||
public ICommand SelectFilesCommand { get; }
|
||||
|
||||
public ICommand ClearCommand { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user