Subversion Repositories Projects

Rev

Blame | Last modification | View Log | RSS feed

using System;
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>
    public partial class App : Application
    {
    }
}