mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
15 lines
305 B
C#
15 lines
305 B
C#
using System.Windows.Controls;
|
|
|
|
namespace QuickLook.Plugin.LastResort
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for InfoPanel.xaml
|
|
/// </summary>
|
|
public partial class InfoPanel : UserControl
|
|
{
|
|
public InfoPanel()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |