Mercurial > silverbladetech
view Messaging/Server/App.xaml.cs @ 29:9919ee227c93
msmq added
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 22:09:18 +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(); } } }