Beispiel #1
0
 static void Main(string[] args)
 {
     lib_cpp_wrapper.TestClassWrapper tcw = new TestClassWrapper();
     Console.WriteLine(tcw.getNumPublic());
 }