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