Projektdateien hinzufügen.
This commit is contained in:
10
Pilz.IO/EventArgs/DataEventargs.vb
Normal file
10
Pilz.IO/EventArgs/DataEventargs.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Public Class DataEventArgs : Inherits EventArgs
|
||||
|
||||
Public ReadOnly Data As Byte()
|
||||
|
||||
Public Sub New(bytes As Byte())
|
||||
MyBase.New()
|
||||
Data = bytes
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user