Exemplo n.º 1
0
 public static ErrorNumber SetPlayPosition(int percent)
 {
     return((ErrorNumber)WrapperInterface.setPlayPosition(percent));
 }