move generic code to volian.base.library

fix to hide displayhistory panels if myedititem is null
This commit is contained in:
Rich
2011-09-08 20:42:33 +00:00
parent dc873787a3
commit 0678a168eb
2 changed files with 3 additions and 88 deletions

View File

@@ -87,6 +87,8 @@ namespace Volian.Controls.Library
}
public void RefreshList()
{
if (MyEditItem == null)
this.Visible = false;
if (this.Visible)
{
WalkProcedure();