using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.UI.Xaml.Controls; namespace PowerLauncher.UI { public sealed partial class ResultList : UserControl { public ResultList() { InitializeComponent(); } } }