repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
WPFSamples
/
ApplicationShutdownSample
/
visualbasic
/
app.xaml
blob
b2c5444423fdf6de537d3ba65e2ea6ea5eaf1c5c
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>