Ejemplo n.º 1
0
 public static ErrorNumberEnum GetFileDuration(ref int seconds)
 {
     return((ErrorNumberEnum)WrapperInterface.getFileDuration(ref seconds));
 }