1 // DocumentStructure SDK Sample - App.xaml.cs
2 // Copyright (c) Microsoft Corporation. All rights reserved.
8 using System
.Configuration
;
9 using System
.Windows
.Input
;
10 using System
.Windows
.Media
;
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();