Update x gestione machine LOAD
This commit is contained in:
@@ -49,7 +49,10 @@ namespace NKC_WF.WebUserControls
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
int.TryParse(frmViewNext.SelectedValue.ToString(), out answ);
|
||||
if (frmViewNext.SelectedValue != null)
|
||||
{
|
||||
int.TryParse(frmViewNext.SelectedValue.ToString(), out answ);
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user