This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nelson.kai
/
ShowEasy
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
388
Commits
2
Branches
0
Tags
492 MiB
JavaScript
42.4%
C#
27.4%
HTML
18.6%
CSS
8.3%
Inno Setup
3.1%
Tree:
5e004df342
ShowEasy
/
EuroTran
/
WebApp
/
Jobs
/
RJob.cs
9 lines
117 B
Raw
Blame
History
using
System.Threading.Tasks
;
namespace
WebApp.Jobs
{
public
interface
RJob
{
Task
Run
(
)
;
}
}
Reference in new issue