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
/
AdaptiveTopologySample
/
csharp
/
wizardnavigationdirection.cs
blob
825fd4dea066e06dd9a0849df0bf2a0256ac0e40
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
using
System
.
Text
;
4
5
namespace
AdaptiveTopologySample
6
{
7
public enum
WizardNavigationDirection
8
{
9
Forwards
,
10
Reverse
11
}
12
}