spnav-csharp-wrapper/Program.cs

11 lines
113 B
C#
Raw Normal View History

2018-05-30 17:15:37 +00:00
using System;
namespace spnavcsharpwrapper
{
class Program
{
static void Main(string[] args)
{
}
}
}