Much stuff
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Public Interface IJob
|
||||
Sub Start(Arguments As Object)
|
||||
End Interface
|
||||
|
||||
Public Interface IJob(Of T)
|
||||
Sub Start(Arguments As T)
|
||||
End Interface
|
||||
|
||||
Reference in New Issue
Block a user