MS
This commit is contained in:
@@ -194,5 +194,14 @@ Public Class frmGlobixAdministration
|
||||
|
||||
Private Sub Root_Click(sender As Object, e As EventArgs) Handles ControlGroupProfile.Click, ControlGroupIndexeMan.Click, ControlGroupIndexeAuto.Click
|
||||
CURRCOntrolGroup = sender
|
||||
Select Case CURRCOntrolGroup.Name
|
||||
|
||||
Case ControlGroupProfile.Name
|
||||
RibbonPageGroup1.Text = "Profile"
|
||||
Case ControlGroupIndexeMan.Name
|
||||
RibbonPageGroup1.Text = "Manual Values"
|
||||
Case ControlGroupIndexeAuto.Name
|
||||
RibbonPageGroup1.Text = "Auto Values"
|
||||
End Select
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user