Compare commits
2 Commits
98cb62ab52
...
7280e604fa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7280e604fa | ||
|
|
a84c590756 |
@@ -88,7 +88,6 @@ Public Class frmAdministration
|
||||
|
||||
Sub Save_Profile()
|
||||
Try
|
||||
Throw New Exception("LOL")
|
||||
Me.TBCW_PROFILESBindingSource.EndEdit()
|
||||
If Not IsNothing(MyDataset.TBCW_PROFILES.GetChanges) Then
|
||||
Me.CHANGEDWHOTextBox.Text = Environment.UserName
|
||||
|
||||
@@ -129,7 +129,7 @@ Public Class frmStart
|
||||
End If
|
||||
|
||||
Dim oWindowInfo = GetWindowInfo()
|
||||
Dim ClipboardContents As String = Clipboard.GetText()
|
||||
Dim ClipboardContents As String = Clipboard.GetText().Trim()
|
||||
Dim oProfileFilter As ProfileFilter
|
||||
|
||||
Try
|
||||
@@ -157,7 +157,7 @@ Public Class frmStart
|
||||
oProfiles = oProfileFilter.FilterProfilesByClipboardRegex(oProfiles, ClipboardContents)
|
||||
oProfiles = oProfileFilter.FilterProfilesByProcess(oProfiles, oWindowInfo.ProcessName)
|
||||
oProfiles = oProfileFilter.FilterWindowsByWindowTitleRegex(oProfiles, oWindowInfo.WindowTitle)
|
||||
oProfiles = oProfileFilter.FilterProfilesByFocusedControlLocation(oProfiles, ClipboardContents, Handle)
|
||||
oProfiles = oProfileFilter.FilterProfilesByFocusedControl(oProfiles, ClipboardContents, Handle)
|
||||
oProfiles = oProfileFilter.ClearNotMatchedProfiles(oProfiles)
|
||||
oProfiles = oProfileFilter.ClearDuplicateProfiles(oProfiles)
|
||||
oProfiles = oProfiles.ToList()
|
||||
|
||||
Reference in New Issue
Block a user