/*
* File name: App.xaml.cs
* Location:  ...\Matrox Imaging\MILxxx\Examples\General\MdispWPF\C#\MdispWPF
*             
*/
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;

//********************************************************************************
// Copyright (C) Matrox Electronic Systems Ltd., 1992-2015.
// All Rights Reserved
//********************************************************************************

namespace MdispWPF
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {
    }
}