Files
BrightSharp.Toolkit/BrightSharp.Ui.Tests/TestPage.xaml.cs

16 lines
285 B
C#

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