Mercurial > silverbladetech
view Messaging/Server/App.xaml.cs @ 28:4c0dea4760c5
RabbitMq working
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 20:29:04 +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(); } } }