Fix page number transition if on first page

This commit is contained in:
2015-06-04 11:25:58 +00:00
parent 265493195d
commit dd6d76dff7
4 changed files with 4 additions and 4 deletions

View File

@@ -929,7 +929,7 @@ namespace VEPROMS.CSLA.Library
// dialog box that shows the step that causes the problem & a manual change will be necessary.
// This is a rare occurence so it was decided that the amount of coding effort to fix this
// would be so much in comparison to having the user fix manually (RHM/KBR Feb 2014).
private int _PageNumber = 0;
private int _PageNumber = -1;
public int PageNumber
{
get { return _PageNumber; }