This commit is contained in:
parent
4eb9d42c42
commit
e144ddc452
@ -775,7 +775,7 @@ namespace Volian.Controls.Library
|
|||||||
ProcedureConfig pc = (ProcedureConfig)prcitm.MyConfig;
|
ProcedureConfig pc = (ProcedureConfig)prcitm.MyConfig;
|
||||||
int sectstartid = -1;
|
int sectstartid = -1;
|
||||||
string ss = pc == null ? null : pc.SectionStart;
|
string ss = pc == null ? null : pc.SectionStart;
|
||||||
if (ss != null) sectstartid = System.Convert.ToInt32(ss);
|
if (ss != null && ss != "") sectstartid = System.Convert.ToInt32(ss);
|
||||||
return sectstartid;
|
return sectstartid;
|
||||||
}
|
}
|
||||||
private void cbTranProcs_SelectedIndexChanged(object sender, EventArgs e)
|
private void cbTranProcs_SelectedIndexChanged(object sender, EventArgs e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user