libicsneo/examples/csharp/Program.cs

8 lines
212 B
C#

namespace libicsneocsharp_example {
class Program {
static void Main(string[] args) {
InteractiveExample example = new InteractiveExample();
example.Run();
}
}
}