Development #389

Merged
djankowski merged 29 commits from Development into master 2024-08-09 13:06:40 -04:00
Showing only changes of commit 33cced07c6 - Show all commits

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;