mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
17 lines
291 B
C#
17 lines
291 B
C#
using System.Windows;
|
|
|
|
namespace BrightSharp.Ui.Tests
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for CustomWindow.xaml
|
|
/// </summary>
|
|
public partial class CustomWindow : Window
|
|
{
|
|
public CustomWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
}
|
|
}
|