Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2378 → Rev 2379

/MKLiveView/v1.0/Source/App.xaml.cs
2,12 → 2,21
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Resources;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Threading;
 
namespace MKLiveView
{
{ /// <summary>
/// Anwendungsweiter Delegat zum aktualisieren der UI-Elemente auf dem UI-Thread.
/// </summary>
/// <remarks>Wird benötigt um Cross-Threading Situationen zu vermeiden.</remarks>
internal delegate void Invoker();
 
/// <summary>
/// Interaktionslogik für "App.xaml"
/// </summary>