C2024-002 #228

Merged
jjenko merged 10 commits from C2024-002 into Development 2024-02-09 09:32:49 -05:00
Showing only changes of commit b0479c6334 - Show all commits

View File

@ -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":