Mercurial > silverbladetech
view Messaging/Server/App.xaml.cs @ 31:7d9de5746f18
Working version
author | adminsh@apollo |
---|---|
date | Thu, 22 Mar 2012 08:09:41 +0000 |
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(); } } }