Example #1
0
 public static ErrorNumberEnum SetConfigFilePath(string filePath)
 {
     return((ErrorNumberEnum)WrapperInterface.setConfigFilePath(filePath));
 }