mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
16 lines
285 B
C#
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();
|
|
}
|
|
}
|
|
}
|