Beispiel #1
0
 public void DJFax_StopFax(Int32 wChnlNo)
 {
     lock (syncObj)
     {
         D160X.DJFax_StopFax(wChnlNo);
     }
 }