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
/
PropertyMappingWithWfh
/
visualbasic
/
propertymappingwithwfh
/
app.xaml.vb
blob
df8a0eb1c399ba243aa2911ee669ef969439be44
1
' Interaction logic for App.xaml
2
Partial
Public
Class App
3
Inherits Application
4
5
Public Sub New
()
6
InitializeComponent
()
7
End Sub
8
9
End
Class