C2024-002-Print-Sections
This commit is contained in:
parent
54441eee06
commit
b0479c6334
@ -1894,9 +1894,6 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
case "Print Section":
|
||||
VETreeNode tn2 = SelectedNode as VETreeNode;
|
||||
//ProcedureInfo pi2 = tn2.VEObject as ProcedureInfo;
|
||||
//SectionInfo sectInfo = tn2.VEObject as SectionInfo;
|
||||
//OnPrintSection(this, new vlnTreeEventArgs(sectInfo as SectionInfo, null, 0));
|
||||
OnPrintSection(this, new vlnTreeEventArgs(tn2 as VETreeNode, null, 0));
|
||||
break;
|
||||
case "Open":
|
||||
|
Loading…
x
Reference in New Issue
Block a user