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

16 lines
287 B
C#
Raw Permalink 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 TestPage2 : Page
{
public TestPage2()
{
InitializeComponent();
}
}
}