This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
coder
/
VCommonCore
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
ddbb97f10a
Branchit
Tagit
master
VCommonCore
/
VCommon.Services
/
IService.cs
IService.cs
120 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
namespace VCommon.Services
{
public interface IService
{
void Start();
void Stop();
}
}