jj: oh my god /o\

This commit is contained in:
Jonathan Jenne
2018-12-14 16:18:12 +01:00
parent ee11d3cdc0
commit e30bc21cf2
22 changed files with 626 additions and 108 deletions

3
Jobs/IJob.vb Normal file
View File

@@ -0,0 +1,3 @@
Public Interface IJob
Sub Start(Arguments As Object)
End Interface