mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-13 00:23:26 -07:00
Forgot to add new files in previous commit.
This commit is contained in:
parent
6882c374c9
commit
1bd3cd4225
17 changed files with 844 additions and 0 deletions
17
vsprojects/Service/Program.cs
Normal file
17
vsprojects/Service/Program.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.ServiceProcess;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Service
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
ServiceBase.Run(new ZeroTierOneService());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue