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 SSCLI 1.0
[windows-sources.git]
/
sdk
/
samples
/
WPFSamples
/
GroupBoxExample
/
csharp
/
app.xaml.cs
blob
e91faeeabc16f0c2af1fe0c807366f36264427c2
1
using
System
;
2
using
System
.
Windows
;
3
using
System
.
Windows
.
Navigation
;
4
using
System
.
Data
;
5
using
System
.
Xml
;
6
using
System
.
Configuration
;
7
8
namespace
GroupBoxExample
9
{
10
/// <summary>
11
/// Interaction logic for app.xaml
12
/// </summary>
13
14
public partial class
app
:
Application
15
{
16
17
}
18
}