Removed debug output

Added Progress Bar output
Improved RO Value Update Performance
Fix Ro Update Logic
This commit is contained in:
Rich
2015-02-10 15:51:04 +00:00
parent 7d2273d0d1
commit 2cfc430128
2 changed files with 169 additions and 71 deletions

View File

@@ -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)
{