C2021-059 Added veProms connection to remove the node in the main tree
This commit is contained in:
parent
afbf6f360d
commit
33cced07c6
@ -10,6 +10,7 @@ using System.IO;
|
|||||||
using Volian.Controls.Library;
|
using Volian.Controls.Library;
|
||||||
using DevComponents.DotNetBar;
|
using DevComponents.DotNetBar;
|
||||||
using JR.Utils.GUI.Forms;
|
using JR.Utils.GUI.Forms;
|
||||||
|
using Volian.Controls.Library;
|
||||||
|
|
||||||
namespace VEPROMS
|
namespace VEPROMS
|
||||||
{
|
{
|
||||||
@ -32,6 +33,9 @@ namespace VEPROMS
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
_MySessionInfo = sessionInfo;
|
_MySessionInfo = sessionInfo;
|
||||||
|
|
||||||
|
_veProms = veProms;
|
||||||
|
|
||||||
|
|
||||||
// When opening Admin tools Check tab will be default.
|
// When opening Admin tools Check tab will be default.
|
||||||
this.sideNavItmCheck.Checked = true;
|
this.sideNavItmCheck.Checked = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user