MS Inactivity 1

This commit is contained in:
2020-10-16 12:39:43 +02:00
parent eb5690b000
commit 5362733f5e
9 changed files with 111 additions and 30 deletions

View File

@@ -410,8 +410,10 @@ Public Class frmValidator
End Try
My.Settings.frmValidatorSize = Me.Size
My.Settings.Save()
If INACTIVITY_DURATION <> 0 Then frmMain.Check_Timer_Inactivity()
Try
_frmValidatorSearch.Close()
_frmValidatorSearch.Close()
Catch ex As Exception
End Try