We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30168fd commit b6408c3Copy full SHA for b6408c3
1 file changed
NControl.Controls/NControl.Controls/WizardLayout.cs
@@ -86,7 +86,7 @@ public int Page
86
/// <value>The pages.</value>
87
public IList<View> Pages
88
{
89
- get { return _pages; }
+ get { return _pages; }
90
}
91
92
#endregion
0 commit comments