Shutoff AutoExpand for PMS-810

This commit is contained in:
Rich
2013-02-15 17:01:51 +00:00
parent 93cab87a23
commit 34ef8944f0
3 changed files with 16 additions and 2 deletions

View File

@@ -354,6 +354,14 @@ namespace Volian.Controls.Library
//// TIMING: DisplayItem.TimeIt("pMyItem End");
}
}
public bool AutoExpand
{
get
{
// This is temporary to get the code working for this particular procedure
return MyProcedureItemInfo.DisplayNumber != "PMS-810";
}
}
public void Reset()
{
ItemInfo parent = SelectedItemInfo.ActiveParent as ItemInfo;