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