added samples
[windows-sources.git] / sdk / samples / WPFSamples / CrossThreadExceptionRaising_WorkerThread / csharp / app.xaml
blobe02879deabd2c3739d11ba45da6d04b7614ac268
1 <Application
2   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4   x:Class="SDKSample.App"
5   StartupUri="MainWindow.xaml" 
6   DispatcherUnhandledException="App_DispatcherUnhandledException" />