4 lines
74 B
VB.net
4 lines
74 B
VB.net
Public Interface IJob
|
|
Sub Start(Arguments As Object)
|
|
End Interface
|
Public Interface IJob
|
|
Sub Start(Arguments As Object)
|
|
End Interface
|