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