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
/
ConcentricRings
/
csharp
/
app.xaml.cs
blob
c0732b368bad8e80eb53ba2752b1905e23b33ce6
1
using
System
;
2
using
System
.
Windows
;
3
using
System
.
Data
;
4
using
System
.
Xml
;
5
using
System
.
Configuration
;
6
7
namespace
_360Timer
8
{
9
10
public partial class
app
:
Application
11
{
12
13
void
AppStartup
(
object
sender
,
StartupEventArgs args
)
14
{
15
Window1 mainWindow
=
new
Window1
();
16
mainWindow
.
Show
();
17
}
18
19
}
20
}