minor code cleanup
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
using Prism.Mvvm;
|
||||
using System.Windows.Input;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace PhotoRenamer.File.ViewModels
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class ViewAViewModel : BindableBase
|
||||
{
|
||||
public ICommand SelectFilesCommand { get; }
|
||||
|
Reference in New Issue
Block a user