added samples
[windows-sources.git] / sdk / samples / WPFSamples / ApplicationShutdownSample / visualbasic / app.xaml
blobb2c5444423fdf6de537d3ba65e2ea6ea5eaf1c5c
1 <Application x:Class="App"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     Exit="App_Exit"
5     StartupUri = "MainWindow.xaml">
6 </Application>