added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / DocumentStructure / csharp / app.xaml.cs
blob3066f63a9345e71011dddb58afd4f8c193163f72
1 // DocumentStructure SDK Sample - App.xaml.cs
2 // Copyright (c) Microsoft Corporation. All rights reserved.
4 using System;
5 using System.Windows;
6 using System.Data;
7 using System.Xml;
8 using System.Configuration;
9 using System.Windows.Input;
10 using System.Windows.Media;
13 namespace SdkSample
15 /// <summary>
16 /// Interaction logic for App.xaml</summary>
17 public partial class App : Application
19 void AppStartingUp(object sender, StartupEventArgs e)
21 Window1 mainWindow = new Window1();
22 mainWindow.Show();