示例#1
0
 public static ErrorNumber SetConfigFilePath(string filePath)
 {
     return((ErrorNumber)WrapperInterface.setConfigFilePath(filePath));
 }