Removed debug output
Added Progress Bar output Improved RO Value Update Performance Fix Ro Update Logic
This commit is contained in:
@@ -174,7 +174,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
lastIndex = mm.Index + mm.Length;
|
||||
}
|
||||
Console.WriteLine("Text: {0} NewText: {1}", Text, newText);
|
||||
//Console.WriteLine("Text: {0} NewText: {1}", Text, newText);
|
||||
return retval;
|
||||
}
|
||||
public string ConvertTransitionToText(int tranID, int tranType, string value)
|
||||
@@ -230,7 +230,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
lastIndex = mm.Index + mm.Length;
|
||||
}
|
||||
Console.WriteLine("Text: {0} NewText: {1}", Text, newText);
|
||||
//Console.WriteLine("Text: {0} NewText: {1}", Text, newText);
|
||||
return retval;
|
||||
}
|
||||
private string GetMySuffix(int start)
|
||||
@@ -327,7 +327,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
lastIndex = mm.Index + mm.Length;
|
||||
}
|
||||
Console.WriteLine("Text: {0} NewText: {1}", Text, newText);
|
||||
//Console.WriteLine("Text: {0} NewText: {1}", Text, newText);
|
||||
// see if there is a grid to update too.
|
||||
if (rousg.MyContent.MyGrid != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user