mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
See history at https://github.com/intrepidcs/libicsneo-examples/tree/v0.2.0-dev
8 lines
212 B
C#
8 lines
212 B
C#
namespace libicsneocsharp_example {
|
|
class Program {
|
|
static void Main(string[] args) {
|
|
InteractiveExample example = new InteractiveExample();
|
|
example.Run();
|
|
}
|
|
}
|
|
} |