comparison Messaging/Server/App.xaml.cs @ 26:045dac571339

Working on data binding to a user control
author adminsh@apollo
date Wed, 21 Mar 2012 15:39:53 +0000
parents
children 96fdf58e05b4
comparison
equal deleted inserted replaced
25:81f9b72a44ce 26:045dac571339
1 using System.Windows;
2 using Common.Binding;
3
4 namespace Server
5 {
6 /// <summary>
7 /// Interaction logic for App.xaml
8 /// </summary>
9 public partial class App : Application
10 {
11 protected override void OnStartup(StartupEventArgs e)
12 {
13 //BindingErrorTraceListener.SetTrace();
14 }
15 }
16 }