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

16 lines
285 B
C#
Raw Normal View History

using System.Windows.Controls;
2017-08-27 13:05:14 +03:00
namespace BrightSharp.Ui.Tests
{
/// <summary>
/// Interaction logic for TestPage.xaml
/// </summary>
public partial class TestPage : Page
{
public TestPage()
{
InitializeComponent();
}
}
}