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