This commit is contained in:
parent
9388180ebc
commit
8480abfdc3
@ -31,6 +31,8 @@ namespace Volian.Controls.Library
|
||||
string[] subs = m.Groups[3].Value.Split(" ".ToCharArray());
|
||||
if (subs[0].IndexOf("CROUSGID")>-1)
|
||||
_MyRoUsageInfo = null;
|
||||
else if (subs[0].IndexOf("NewID") > -1)
|
||||
_MyRoUsageInfo = null;
|
||||
else
|
||||
{
|
||||
int roUsageid = Convert.ToInt32(subs[0]);
|
||||
@ -43,6 +45,8 @@ namespace Volian.Controls.Library
|
||||
string[] subst = m.Groups[3].Value.Split(" ".ToCharArray());
|
||||
if (subst[0].IndexOf("CTID") > -1)
|
||||
_MyTransitionInfo = null;
|
||||
else if (subst[0].IndexOf("NewID") > -1)
|
||||
_MyTransitionInfo = null;
|
||||
else
|
||||
{
|
||||
int transitionID = Convert.ToInt32(m.Groups[3].Value.Split(" ".ToCharArray())[1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user