190930
This commit is contained in:
17
Pilz.Updating/MyEventArgs/UpdatesFoundEventArgs.vb
Normal file
17
Pilz.Updating/MyEventArgs/UpdatesFoundEventArgs.vb
Normal file
@@ -0,0 +1,17 @@
|
||||
Imports Pilz.Updating.Model
|
||||
|
||||
Namespace MyEventArgs
|
||||
|
||||
Public Class UpdatesFoundEventArgs
|
||||
Inherits EventArgs
|
||||
|
||||
Public Property Cancel As Boolean = False
|
||||
Public Property Updates As UpdateInfo()
|
||||
|
||||
Public Sub New(updates As UpdateInfo())
|
||||
Me.Updates = updates
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user