Update x gestione machine LOAD

This commit is contained in:
Samuele E. Locatelli
2020-08-17 12:48:28 +02:00
parent 94c038723f
commit fc424b84cb
6 changed files with 38 additions and 64 deletions
@@ -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;
}
}