Esempio n. 1
0
 public void BeginUpdate()
 {
     Monitor.Enter(this.SyncRoot);
     _so.BeginUpdate();
 }