clean up profile treeview
This commit is contained in:
parent
a35c46ccd0
commit
299c092c5f
@ -0,0 +1 @@
|
|||||||
|
DevExpress.XtraEditors.TileControl, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
@ -55,13 +55,6 @@ Public Class frmMatch
|
|||||||
_Params = Params
|
_Params = Params
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub ShowTreeView()
|
|
||||||
Dim oForm As New frmTreeView(_Params.MatchTreeView.Nodes) With {
|
|
||||||
.StartPosition = FormStartPosition.CenterScreen
|
|
||||||
}
|
|
||||||
oForm.ShowDialog()
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Async Sub frmMatch_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
Private Async Sub frmMatch_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
Dim oCreatedTiles = CreateTiles()
|
Dim oCreatedTiles = CreateTiles()
|
||||||
|
|
||||||
@ -205,7 +198,10 @@ Public Class frmMatch
|
|||||||
End Function
|
End Function
|
||||||
|
|
||||||
Private Sub Label2_Click(sender As Object, e As EventArgs) Handles Label2.Click
|
Private Sub Label2_Click(sender As Object, e As EventArgs) Handles Label2.Click
|
||||||
ShowTreeView()
|
Dim oForm As New frmTreeView(_Params.MatchTreeView.Nodes) With {
|
||||||
|
.StartPosition = FormStartPosition.CenterScreen
|
||||||
|
}
|
||||||
|
oForm.ShowDialog()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Async Sub TileControlMatch_ItemClick(sender As Object, e As TileItemEventArgs) Handles TileControlMatch.ItemClick
|
Private Async Sub TileControlMatch_ItemClick(sender As Object, e As TileItemEventArgs) Handles TileControlMatch.ItemClick
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user