mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 12:19:08 +00:00
15 lines
316 B
C#
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();
|
|
}
|
|
}
|
|
} |