mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
ResultPanelViewModel -> ResultsViewModel, part 1
part of refactoring for PR #494
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Wox
|
||||
{
|
||||
public void AddResults(List<Result> newResults, string resultId)
|
||||
{
|
||||
var vm = this.DataContext as ResultPanelViewModel;
|
||||
var vm = this.DataContext as ResultsViewModel;
|
||||
vm.AddResults(newResults, resultId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user