Projektdateien hinzufügen.

This commit is contained in:
Holger Boerchers
2016-07-24 22:09:14 +02:00
parent 5c29e60df9
commit ffbdb06fa5
13 changed files with 590 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace MaterialModernWPF
{
/// <summary>
/// Interaktionslogik für "App.xaml"
/// </summary>
public partial class App : Application
{
}
}