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