This commit is contained in:
2008-03-10 13:13:55 +00:00
parent 8213d30128
commit 9dc45d4c4d
3 changed files with 11 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ namespace Volian.Controls.Library
_MyItem = value;
if (value != null)
{
//// TIMING: vlnCSLARTB.TimeIt("rtbMyItem Start");
//// TIMING: DisplayItem.TimeIt("rtbMyItem Start");
//if (value.ItemID == 90)
// if(_MyLog.IsInfoEnabled)_MyLog.InfoFormat(value.MyContent.Text);
string txt = _MyItem.MyContent.Text;
@@ -128,7 +128,7 @@ namespace Volian.Controls.Library
{
AddRtf(txt);
}
//// TIMING: vlnCSLARTB.TimeIt("rtbMyItem End");
//// TIMING: DisplayItem.TimeIt("rtbMyItem End");
}
}
}