what?
This commit is contained in:
@@ -677,7 +677,7 @@ Public Class frmStart
|
||||
ClassHelper.Refresh_RegexTable()
|
||||
|
||||
Start_Folderwatch()
|
||||
ClassWindowLocation.LoadFormLocationSize(Me)
|
||||
ClassWindowLocation.LoadFormLocationSize(Me, LoadSize:=False)
|
||||
Try
|
||||
Me.LabelControl1.Location = New Point(13, 37)
|
||||
Catch ex As Exception
|
||||
@@ -738,4 +738,8 @@ Public Class frmStart
|
||||
End If
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub frmStart_SizeChanged(sender As Object, e As EventArgs) Handles Me.SizeChanged
|
||||
Console.WriteLine()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user