mirror of
https://github.com/AlexMacocian/WpfExtended.git
synced 2026-07-15 14:59:30 +00:00
166f9b499e
Created test project.
12 lines
188 B
C#
12 lines
188 B
C#
using System.Windows;
|
|
|
|
namespace WpfExtended.Test
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|