zooflow basics
This commit is contained in:
22
Products.ClipboardWatcher/frmMatch.vb
Normal file
22
Products.ClipboardWatcher/frmMatch.vb
Normal 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
|
||||
Reference in New Issue
Block a user