Move Testforms to _TEST

This commit is contained in:
Jonathan Jenne
2019-03-07 10:49:18 +01:00
parent 6de1c6f630
commit 4a7f0cd85d
13 changed files with 427 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
Imports DevExpress.XtraTreeList
Public Class frmWorkflowTest
Private Sub frmWorkflowTest_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Dim oControlPatcher As New ClassControlPatcher(Of TreeList)(Me)
oControlPatcher.
ProcessContainer(AddressOf TreeListDefaults.DefaultTreeListSettings)
End Sub
End Class