fixed warnings.

This commit is contained in:
Holger Boerchers
2018-06-16 09:59:36 +02:00
parent ebc776459d
commit 92b32975e8
8 changed files with 12 additions and 13 deletions

View File

@ -1,11 +1,9 @@
using System.Windows;
namespace Example
namespace Example
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
public partial class App
{
}
}