Esempio n. 1
0
 public Int32 ClearThree(Int32 wOne, Int32 wTwo, Int32 wThree)
 {
     lock (syncObj)
     {
         return(D160X.ClearThree(wOne, wTwo, wThree));
     }
 }