예제 #1
0
 public IntPtr PyImport_ImportModule(string name)
 {
     return(Runtime_Windows.PyImport_ImportModule(name));
 }