DnsService: windows service project implemented.

This commit is contained in:
Shreyas Zare
2017-11-04 14:53:19 +05:30
parent 6989b0e871
commit c8c14ad2b3
10 changed files with 21 additions and 25 deletions

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceProcess;
using System.Text;
using System.Threading.Tasks;
using System.ServiceProcess;
namespace DnsService
{