private void FormMain_Load(object sender, EventArgs e)
 {
     timerSession.Interval = INTERVAL;
     LoadListSession();
     LoadListDrives();
     PDCSS        = new ProcessDisconnectSessions(listSessions.ToArray(), MAXTIME);
     processMSSQL = new ProcessMSSQL();
     barEditItemTimeToLogOff.EditValue = MAXTIME;
     LoadComboBox_ServerRole();
 }
 private void FormMain_Load(object sender, EventArgs e)
 {
     timerSession.Interval = INTERVAL;
     LoadListSession(false);
     LoadListDrives();
     PDCSS        = new ProcessDisconnectSessions(listSessions.ToArray(), MAXTIME);
     processMSSQL = new ProcessMSSQL();
     LoadTimeToLogoff();
     LoadComboBox_ServerRole();
     lbl_Notification.Text = "";
 }