Files
QuickLook/QuickLook.Plugin.LastResort/InfoPanel.xaml.cs
2017-04-24 22:17:46 +03:00

15 lines
316 B
C#

using System.Windows.Controls;
namespace QuickLook.Plugin.LastResort
{
/// <summary>
/// Interaction logic for InfoPanel.xaml
/// </summary>
public partial class InfoPanel : UserControl
{
public InfoPanel(string path)
{
InitializeComponent();
}
}
}