Development #229

Merged
djankowski merged 13 commits from Development into master 2024-02-09 11:30:42 -05:00
36 changed files with 593 additions and 588 deletions
Showing only changes of commit b0479c6334 - Show all commits

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