Example #1
0
 public void Pegar(IClipboard clipboard)
 {
     lock (this)
     {
         clipboard.Pegar(this);
     }
 }