mirror of
https://github.com/romanlryji/EventLogLoader.git
synced 2024-11-24 08:32:52 +02:00
WIP
This commit is contained in:
parent
f9518e1a22
commit
0273181cf0
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
1397
EventLogLoaderService/EventLogProcessor.vb
Normal file
1397
EventLogLoaderService/EventLogProcessor.vb
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user