view Messaging/Server/App.xaml.cs @ 35:83c1f62d9370

All working except image so far
author adminsh@apollo
date Tue, 27 Mar 2012 16:15:45 +0100
parents 96fdf58e05b4
children
line wrap: on
line source

using System.Windows;
using Common.Xaml;

namespace Server
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {
        protected override void OnStartup(StartupEventArgs e)
        {
            //BindingErrorTraceListener.SetTrace();
        }
    }
}