mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
rename
This commit is contained in:
parent
e1131dcf3d
commit
6e4279e30f
3 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ using System.Windows.Input;
|
||||||
|
|
||||||
namespace Wox.ViewModel
|
namespace Wox.ViewModel
|
||||||
{
|
{
|
||||||
//todo rename file
|
|
||||||
public class RelayCommand : ICommand
|
public class RelayCommand : ICommand
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
@ -6,7 +6,6 @@ using System.Windows;
|
||||||
using System.Windows.Data;
|
using System.Windows.Data;
|
||||||
using Wox.Core.UserSettings;
|
using Wox.Core.UserSettings;
|
||||||
using Wox.Plugin;
|
using Wox.Plugin;
|
||||||
using PropertyChanged;
|
|
||||||
|
|
||||||
namespace Wox.ViewModel
|
namespace Wox.ViewModel
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@
|
||||||
<Compile Include="Storage\QueryHistory.cs" />
|
<Compile Include="Storage\QueryHistory.cs" />
|
||||||
<Compile Include="Storage\TopMostRecord.cs" />
|
<Compile Include="Storage\TopMostRecord.cs" />
|
||||||
<Compile Include="Storage\UserSelectedRecord.cs" />
|
<Compile Include="Storage\UserSelectedRecord.cs" />
|
||||||
<Compile Include="ViewModel\BaseViewModel.cs" />
|
<Compile Include="ViewModel\RelayCommand.cs" />
|
||||||
<Compile Include="ViewModel\MainViewModel.cs" />
|
<Compile Include="ViewModel\MainViewModel.cs" />
|
||||||
<Compile Include="ViewModel\PluginViewModel.cs" />
|
<Compile Include="ViewModel\PluginViewModel.cs" />
|
||||||
<Compile Include="ViewModel\ResultViewModel.cs" />
|
<Compile Include="ViewModel\ResultViewModel.cs" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue