Add EventArgs
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
using CS2GSI.TestApp;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
public class TestApp
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
new CS2GSI.CS2GSI(new Logger());
|
||||
new CS2GSI.CS2GSI(new Logger(LogLevel.Information));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user