zooflow basics

This commit is contained in:
Jonathan Jenne
2019-09-06 15:56:48 +02:00
parent 9c2dfc8736
commit b0cb37e52c
26 changed files with 4315 additions and 166 deletions

View File

@@ -0,0 +1,22 @@
''' <summary>
'''
''' Selfcontained:
''' - Config (Location of Window)
'''
''' Environment:
''' - Pattern Replacement Values
''' - User Info (isAdmin, etc)
''' - License Info?
''' - ConnectionString
'''
''' Parameters:
''' - Matching Profiles as List Of ProfileData
''' - Clipboard Content as String
''' </summary>
Public Class frmMatch
Private Sub frmMatch_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
End Class