spnav-csharp-wrapper/Program.cs
2018-05-30 19:15:37 +02:00

11 lines
113 B
C#

using System;
namespace spnavcsharpwrapper
{
class Program
{
static void Main(string[] args)
{
}
}
}