public Int32 ClearOneFromAnother(Int32 wOne, Int32 wAnOther) { lock (syncObj) { return(D160X.ClearOneFromAnother(wOne, wAnOther)); } }