annotate Messaging/Server/App.xaml.cs @ 97:1adc1ae981ea
Tests added to SilverlightValidation.Tests
author |
stevenhollidge <stevenhollidge@hotmail.com> |
date |
Sat, 05 May 2012 16:39:00 +0100 |
parents |
96fdf58e05b4 |
children |
|
rev |
line source |
26
|
1 using System.Windows;
|
27
|
2 using Common.Xaml;
|
26
|
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 }
|