Skip to content

Commit b6408c3

Browse files
committed
Closes #28
1 parent 30168fd commit b6408c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NControl.Controls/NControl.Controls/WizardLayout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public int Page
8686
/// <value>The pages.</value>
8787
public IList<View> Pages
8888
{
89-
get { return _pages; }
89+
get { return _pages; }
9090
}
9191

9292
#endregion

0 commit comments

Comments
 (0)