示例#1
0
 public void DoThat()
 {
     lock (_syncRoot)
     {
         _sourceDemo.DoThat();
     }
 }