11 lines
211 B
C#
11 lines
211 B
C#
// See https://aka.ms/new-console-template for more information
|
|
|
|
using CS2GSI.TestApp;
|
|
|
|
public class TestApp
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
new CS2GSI.CS2GSI(new Logger());
|
|
}
|
|
} |