From 525c00ea18dfbac0ae3e256275589f5307e1c66e Mon Sep 17 00:00:00 2001 From: bao-qian Date: Sun, 21 Feb 2016 13:53:20 +0000 Subject: [PATCH] ResultPanel -> ResultListBox, part 1 part of refactoring for PR #494 --- Wox/{ResultPanel.xaml => ResultListBox.xaml} | 0 Wox/{ResultPanel.xaml.cs => ResultListBox.xaml.cs} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Wox/{ResultPanel.xaml => ResultListBox.xaml} (100%) rename Wox/{ResultPanel.xaml.cs => ResultListBox.xaml.cs} (100%) diff --git a/Wox/ResultPanel.xaml b/Wox/ResultListBox.xaml similarity index 100% rename from Wox/ResultPanel.xaml rename to Wox/ResultListBox.xaml diff --git a/Wox/ResultPanel.xaml.cs b/Wox/ResultListBox.xaml.cs similarity index 100% rename from Wox/ResultPanel.xaml.cs rename to Wox/ResultListBox.xaml.cs