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
/
GlobalizationHomepage
/
app.xaml.cs
blob
644bd23b2bda0bd22a1fad3f4777fdd4393f25fe
1
using
System
;
2
using
System
.
Windows
;
3
using
System
.
Data
;
4
using
System
.
Xml
;
5
using
System
.
Configuration
;
6
7
namespace
MicrosoftSaudiArabiaHomepage
8
{
9
/// <summary>
10
/// Interaction logic for app.xaml
11
/// </summary>
12
13
public partial class
app
:
Application
14
{
15
16
}
17
}