added samples
[windows-sources.git] / sdk / samples / WPFSamples / BindToWebService / csharp / app.xaml.cs
bloba9c0eb66db381afcc0988244d86989a1a3d9f440
1 using System;
2 using System.Windows;
3 using System.Data;
4 using System.Xml;
5 using System.Configuration;
7 namespace BindtoContentService
9 /// <summary>
10 /// Interaction logic for App.xaml
11 /// </summary>
13 public partial class App : System.Windows.Application