22 lines
451 B
VB.net
22 lines
451 B
VB.net
''' <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 |