Katteker/Example/App.xaml.cs
Holger Boerchers d383f0ef1c Initial commit
2018-03-21 20:07:40 +01:00

12 lines
179 B
C#

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