Files
WpfExtended/WpfExtended.Test/App.xaml.cs
T
Alexandru Macocian 166f9b499e Reorganized structure.
Created test project.
2021-04-01 12:51:08 +02:00

12 lines
188 B
C#

using System.Windows;
namespace WpfExtended.Test
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}