VersionRelease
This commit is contained in:
@@ -37,7 +37,7 @@ Public Class frmProfileMatch
|
||||
End If
|
||||
|
||||
If oCreatedTiles = 0 Then
|
||||
Logger.Warn("No Results found for {0}", CURRENT_CLIPBOARD_CONTENTS)
|
||||
Logger.Warn("No Results found for ""{0}""", CURRENT_CLIPBOARD_CONTENTS)
|
||||
Me.Close()
|
||||
End If
|
||||
|
||||
@@ -155,6 +155,7 @@ Public Class frmProfileMatch
|
||||
ConfigManager.Config.MatchWindowSize = Size
|
||||
ConfigManager.Config.MatchWindowLocation = Location
|
||||
ConfigManager.Save()
|
||||
CURRENT_CLIPBOARD_CONTENTS = Nothing
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
Logger.Info("Error in Save FormLayout: " & ex.Message)
|
||||
@@ -234,5 +235,7 @@ Public Class frmProfileMatch
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub AblaufSucheAnzeigenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles AblaufSucheAnzeigenToolStripMenuItem.Click
|
||||
frmTreeView.ShowDialog()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user