C2021-059 Added veProms connection to remove the node in the main tree

This commit is contained in:
Kevin Laskey 2024-08-02 10:31:50 -04:00
parent afbf6f360d
commit 33cced07c6

View File

@ -10,6 +10,7 @@ using System.IO;
using Volian.Controls.Library;
using DevComponents.DotNetBar;
using JR.Utils.GUI.Forms;
using Volian.Controls.Library;
namespace VEPROMS
{
@ -32,6 +33,9 @@ namespace VEPROMS
InitializeComponent();
_MySessionInfo = sessionInfo;
_veProms = veProms;
// When opening Admin tools Check tab will be default.
this.sideNavItmCheck.Checked = true;