using System.Windows.Controls; namespace BrightSharp.Ui.Tests { /// /// Interaction logic for TestPage.xaml /// public partial class TestPage : Page { public TestPage() { InitializeComponent(); } } }