mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 10:21:16 +00:00
16 lines
287 B
C#
16 lines
287 B
C#
using System.Windows.Controls;
|
|
|
|
namespace BrightSharp.Ui.Tests
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for TestPage.xaml
|
|
/// </summary>
|
|
public partial class TestPage2 : Page
|
|
{
|
|
public TestPage2()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|