C2024-002-Print-Sections

This commit is contained in:
Paul Larsen 2024-02-05 14:42:30 -05:00
parent 54441eee06
commit b0479c6334

View File

@ -1894,9 +1894,6 @@ namespace Volian.Controls.Library
{ {
case "Print Section": case "Print Section":
VETreeNode tn2 = SelectedNode as VETreeNode; 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)); OnPrintSection(this, new vlnTreeEventArgs(tn2 as VETreeNode, null, 0));
break; break;
case "Open": case "Open":