2017-08-31 15:55:40 +03:00
|
|
|
|
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();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|