public Int32 DJFax_SendFaxFile(Int32 wChnlNo, byte[] FileName) { lock (syncObj) { return(D160X.DJFax_SendFaxFile(wChnlNo, FileName)); } }