예제 #1
0
 public Int32 DJCvt_TextLine(Int32 wChnl, byte[] cbTextStr)
 {
     lock (syncObj)
     {
         return(D160X.DJCvt_TextLine(wChnl, cbTextStr));
     }
 }