Update FileEventMonitor.cs
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
Namhyeon Go 2024-09-09 17:13:07 +09:00
parent bc74515095
commit 8db76f49ae

View File

@ -3,7 +3,6 @@
// https://github.com/gnh1201/welsonjs // https://github.com/gnh1201/welsonjs
using System; using System;
using System.Diagnostics.Eventing.Reader; using System.Diagnostics.Eventing.Reader;
using System.IO;
using System.ServiceProcess; using System.ServiceProcess;
namespace WelsonJS.Service namespace WelsonJS.Service