Added Autofac

This commit is contained in:
Holger Boerchers
2016-07-25 21:37:43 +02:00
parent 12b3d0c7fb
commit d7919fbe79
7 changed files with 75 additions and 34 deletions

View File

@@ -1,17 +1,16 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;
namespace MaterialModernWPF
{
/// <summary>
/// Interaktionslogik für "App.xaml"
/// Interaktionslogik für "App.xaml"
/// </summary>
public partial class App : Application
{
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
new Bootstrapper().Run();
}
}
}
}