1
0
mirror of https://github.com/romanlryji/EventLogLoader.git synced 2024-11-24 08:32:52 +02:00
This commit is contained in:
Alex Bochkov 2016-12-25 16:08:24 -08:00
parent f9518e1a22
commit 0273181cf0
4 changed files with 1494 additions and 1555 deletions

View File

@ -5,11 +5,11 @@ Module Module1
Dim Service = New EventLogLoaderService.EventLogLoaderService
Service.SubStart()
Console.WriteLine("Служба запущена")
Console.WriteLine("Service has been started")
Console.ReadKey()
Service.SubStop()
Console.WriteLine("Служба остановлена")
Console.WriteLine("Service has been stopped")
End Sub

View File

@ -125,6 +125,7 @@
<Import Include="System.Diagnostics" />
</ItemGroup>
<ItemGroup>
<Compile Include="EventLogProcessor.vb" />
<Compile Include="ConfigSettings.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff