This commit is contained in:
2022-02-22 12:06:08 +01:00
parent c6c548afe4
commit 3367e4a5fb
5 changed files with 163 additions and 104 deletions

View File

@@ -618,4 +618,8 @@ Public Class frmAdmin_Globix
SQL_RESULTTextBox1.Text = String.Empty
End If
End Sub
Private Sub ListBoxAutoIndexe_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ListBoxAutoIndexe.SelectedIndexChanged
Pages.Current = ClassDetailPages
End Sub
End Class