Exemple #1
0
 public static bool GetDUOExposureMS(IntPtr duo, ref double val)
 {
     return(DUOLibInternal.DUOGetExposureMS(duo, ref val));
 }