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