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