Common: Clean up frmNotification_Startup

This commit is contained in:
Jonathan Jenne
2022-10-26 14:57:01 +02:00
parent f24354addf
commit 3bf14be3b8
12 changed files with 420 additions and 348 deletions

View File

@@ -31,4 +31,8 @@ Public Class frmMail
End If
End Using
End Sub
Private Sub frmMail_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
End Class