Esempio n. 1
0
 public Int32 DJFax_GetLocalID(Int32 wChnlNo, byte[] Str)
 {
     lock (syncObj)
     {
         return(D160X.DJFax_GetLocalID(wChnlNo, Str));
     }
 }