Config Manager WIP

This commit is contained in:
Jonathan Jenne
2019-02-13 15:19:09 +01:00
parent fedc45a88b
commit 9ee59ac400
14 changed files with 476 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.TestGUI.FolderWatcher
Me.MainForm = Global.TestGUI.ConfigTest
End Sub
End Class
End Namespace