npsharp/src/npserv/Program.cs

10 lines
134 B
C#

namespace NPSharp.CommandLine.Server
{
class Program
{
static void Main(string[] args)
{
}
}
}