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
/
CollectionViewSource
/
visualbasic
/
window1.xaml.vb
blob
f482f8aa3c4e6645cef59087cec7272a00b94cda
1
Imports System
2
Imports System
.
ComponentModel
3
Imports System
.
Diagnostics
4
Imports System
.
Windows
5
Imports System
.
Windows
.
Markup
6
7
Public
Class Window1
8
Inherits Window
9
10
' Methods
11
Public Sub New
()
12
Me
.
InitializeComponent
()
13
End Sub
14
15
End
Class
16
17