repo.or.cz
/
moon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
in class/WPF.Toolkit/:
[moon.git]
/
test
/
2.0
/
ValueTypes
/
Page.xaml.cs
blob
35412c0cba9ef8eadea39860b6df8774addf4dac
1
using
System
.
Windows
;
2
using
System
.
Windows
.
Controls
;
3
4
namespace
ValueTypes
{
5
public partial class
Page
:
UserControl
6
{
7
public
Page
()
8
{
9
InitializeComponent
();
10
}
11
}
12
}