This commit is contained in:
2010-08-24 13:46:10 +00:00
parent 3045458050
commit f7127f1fff
3 changed files with 23 additions and 56 deletions

View File

@@ -196,6 +196,7 @@ namespace Volian.Print.Library
}
public void AddChangeBar(vlnChangeBar vcb, string cbmess)
{
if (vcb == null) return;
vlnChangeBar prevCB = null;
foreach (vlnChangeBar cb in MyChangeBars)
{