comparison Messaging/Client/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
comparison
equal deleted inserted replaced
25:81f9b72a44ce 26:045dac571339
1 using System;
2 using System.Collections.Generic;
3 using System.Configuration;
4 using System.Windows;
5
6 namespace Client
7 {
8 /// <summary>
9 /// Interaction logic for App.xaml
10 /// </summary>
11 public partial class App : Application
12 {
13 }
14 }